Html Css Color HEX #CF5FB5 Fuchsia

📋 copy color: '#CF5FB5'

red 207 ◦ green 95 ◦ blue 181

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

Shades of Fuchsia #CF5FB5

Tints of Fuchsia #CF5FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.67%

 BLUE value IS 181 (71.09% from 255) = 37.47%

R = 42.86%
G = 19.67%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF5FB5 (or 0xCF5FB5) is known color: Fuchsia. HEX triplet: CF, 5F and B5. RGB value is (207,95,181). Sum of RGB (Red+Green+Blue) = 207+95+181=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FB5 is #30A04A. Grayscale: #8A8A8A. Windows color (decimal): -3186763 or 11886543. OLE color: 11886543.

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

Color convert

RGB 207 95 181 -
CMYK 0 0.54 0.13 0.19
HSL 313.93º 0.54% 0.59% -
HSV(B) 313.93º 0.54% 0.81% -
XYZ 38.16 24.79 46.49 -
YUV 138.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 207 95 181 0 0.54 0.13 0.19 313.93 0.54 0.59
Hex CF 5F B5 0 36 D 13 13A 36 3B
Octal 317 137 265 0 66 15 23 472 66 73
Binary 11001111 1011111 10110101 0 110110 1101 10011 100111010 110110 111011

Color Harmonies of #CF5FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FB5

Black with #CF5FB5

Text Example


Text Example

White with #CF5FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FB5; }

 p { color: rgb(207,95,181); }

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

background-color css

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

 a { background-color: rgb(207,95,181); }

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

border-color css

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

 span { border-color: rgb(207,95,181); }

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