Html Css Color HEX #CF55B2 Fuchsia

📋 copy color: '#CF55B2'

red 207 ◦ green 85 ◦ blue 178

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

Shades of Fuchsia #CF55B2

Tints of Fuchsia #CF55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 178 (69.92% from 255) = 37.87%

R = 44.04%
G = 18.09%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF55B2 (or 0xCF55B2) is known color: Fuchsia. HEX triplet: CF, 55 and B2. RGB value is (207,85,178). Sum of RGB (Red+Green+Blue) = 207+85+178=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF55B2 is #30AA4D. Grayscale: #838383. Windows color (decimal): -3189326 or 11687375. OLE color: 11687375.

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

Color convert

RGB 207 85 178 -
CMYK 0 0.59 0.14 0.19
HSL 314.26º 0.56% 0.57% -
HSV(B) 314.26º 0.59% 0.81% -
XYZ 37.02 22.98 44.6 -
YUV 132.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 207 85 178 0 0.59 0.14 0.19 314.26 0.56 0.57
Hex CF 55 B2 0 3B E 13 13A 38 39
Octal 317 125 262 0 73 16 23 472 70 71
Binary 11001111 1010101 10110010 0 111011 1110 10011 100111010 111000 111001

Color Harmonies of #CF55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55B2

Black with #CF55B2

Text Example


Text Example

White with #CF55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55B2; }

 p { color: rgb(207,85,178); }

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

background-color css

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

 a { background-color: rgb(207,85,178); }

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

border-color css

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

 span { border-color: rgb(207,85,178); }

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