Html Css Color HEX #CF5CB4 Fuchsia

📋 copy color: '#CF5CB4'

red 207 ◦ green 92 ◦ blue 180

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

Shades of Fuchsia #CF5CB4

Tints of Fuchsia #CF5CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 43.22%
G = 19.21%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF5CB4 (or 0xCF5CB4) is known color: Fuchsia. HEX triplet: CF, 5C and B4. RGB value is (207,92,180). Sum of RGB (Red+Green+Blue) = 207+92+180=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB4 is #30A34B. Grayscale: #888888. Windows color (decimal): -3187532 or 11820239. OLE color: 11820239.

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

Color convert

RGB 207 92 180 -
CMYK 0 0.56 0.13 0.19
HSL 314.09º 0.55% 0.59% -
HSV(B) 314.09º 0.56% 0.81% -
XYZ 37.8 24.21 45.86 -
YUV 136.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 207 92 180 0 0.56 0.13 0.19 314.09 0.55 0.59
Hex CF 5C B4 0 38 D 13 13A 37 3B
Octal 317 134 264 0 70 15 23 472 67 73
Binary 11001111 1011100 10110100 0 111000 1101 10011 100111010 110111 111011

Color Harmonies of #CF5CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CB4

Black with #CF5CB4

Text Example


Text Example

White with #CF5CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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