Html Css Color HEX #CF5CAB Fuchsia

📋 copy color: '#CF5CAB'

red 207 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #CF5CAB

Tints of Fuchsia #CF5CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 44.04%
G = 19.57%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF5CAB (or 0xCF5CAB) is known color: Fuchsia. HEX triplet: CF, 5C and AB. RGB value is (207,92,171). Sum of RGB (Red+Green+Blue) = 207+92+171=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5CAB is #30A354. Grayscale: #878787. Windows color (decimal): -3187541 or 11230415. OLE color: 11230415.

HSL color Cylindrical-coordinate representation of color #CF5CAB: hue angle of 318.78º 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 #CF5CAB is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 171 -
CMYK 0 0.56 0.17 0.19
HSL 318.78º 0.55% 0.59% -
HSV(B) 318.78º 0.56% 0.81% -
XYZ 36.91 23.86 41.19 -
YUV 135.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 207 92 171 0 0.56 0.17 0.19 318.78 0.55 0.59
Hex CF 5C AB 0 38 11 13 13F 37 3B
Octal 317 134 253 0 70 21 23 477 67 73
Binary 11001111 1011100 10101011 0 111000 10001 10011 100111111 110111 111011

Color Harmonies of #CF5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CAB

Black with #CF5CAB

Text Example


Text Example

White with #CF5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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