Html Css Color HEX #CF55C9 Fuchsia

📋 copy color: '#CF55C9'

red 207 ◦ green 85 ◦ blue 201

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

Shades of Fuchsia #CF55C9

Tints of Fuchsia #CF55C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 41.99%
G = 17.24%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF55C9 (or 0xCF55C9) is known color: Fuchsia. HEX triplet: CF, 55 and C9. RGB value is (207,85,201). Sum of RGB (Red+Green+Blue) = 207+85+201=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55C9 is #30AA36. Grayscale: #868686. Windows color (decimal): -3189303 or 13194703. OLE color: 13194703.

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

Color convert

RGB 207 85 201 -
CMYK 0 0.59 0.03 0.19
HSL 302.95º 0.56% 0.57% -
HSV(B) 302.95º 0.59% 0.81% -
XYZ 39.52 23.98 57.8 -
YUV 134.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 207 85 201 0 0.59 0.03 0.19 302.95 0.56 0.57
Hex CF 55 C9 0 3B 3 13 12F 38 39
Octal 317 125 311 0 73 3 23 457 70 71
Binary 11001111 1010101 11001001 0 111011 11 10011 100101111 111000 111001

Color Harmonies of #CF55C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55C9

Black with #CF55C9

Text Example


Text Example

White with #CF55C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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