Html Css Color HEX #CF5CC3 Fuchsia

📋 copy color: '#CF5CC3'

red 207 ◦ green 92 ◦ blue 195

#CF5CC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF5CC3

Tints of Fuchsia #CF5CC3

RGB

 RED value IS 207 (81.25% from 255) = 41.9%

 GREEN value IS 92 (36.33% from 255) = 18.62%

 BLUE value IS 195 (76.56% from 255) = 39.47%

R = 41.9%
G = 18.62%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF5CC3 (or 0xCF5CC3) is known color: Fuchsia. HEX triplet: CF, 5C and C3. RGB value is (207,92,195). Sum of RGB (Red+Green+Blue) = 207+92+195=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CC3 is #30A33C. Grayscale: #898989. Windows color (decimal): -3187517 or 12803279. OLE color: 12803279.

HSL color Cylindrical-coordinate representation of color #CF5CC3: hue angle of 306.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CC3 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 195 -
CMYK 0 0.56 0.06 0.19
HSL 306.26º 0.55% 0.59% -
HSV(B) 306.26º 0.56% 0.81% -
XYZ 39.41 24.86 54.35 -
YUV 138.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 207 92 195 0 0.56 0.06 0.19 306.26 0.55 0.59
Hex CF 5C C3 0 38 6 13 132 37 3B
Octal 317 134 303 0 70 6 23 462 67 73
Binary 11001111 1011100 11000011 0 111000 110 10011 100110010 110111 111011

Color Harmonies of #CF5CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CC3

Black with #CF5CC3

Text Example


Text Example

White with #CF5CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CC3; }

 p { color: rgb(207,92,195); }

 H1.HeaderClassName
 {
   color: #CF5CC3;
 }
 .AnyTagClassName
 {
   color: #CF5CC3;
 }
</style>

background-color css

<style>
 a { background-color: #CF5CC3; }

 a { background-color: rgb(207,92,195); }

 div.DivClassName
 {
   background-color: #CF5CC3;
 }
 .BgClassName
 {
   background-color: #CF5CC3;
 }
</style>

border-color css

<style>
 span { border-color: #CF5CC3; }

 span { border-color: rgb(207,92,195); }

 td.TdClassName
 {
   border-color: #CF5CC3;
 }
 .TagClassName
 {
   border-color: #CF5CC3;
 }
</style>