Html Css Color HEX #CF55C2 Fuchsia

📋 copy color: '#CF55C2'

red 207 ◦ green 85 ◦ blue 194

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

Shades of Fuchsia #CF55C2

Tints of Fuchsia #CF55C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 42.59%
G = 17.49%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF55C2 (or 0xCF55C2) is known color: Fuchsia. HEX triplet: CF, 55 and C2. RGB value is (207,85,194). Sum of RGB (Red+Green+Blue) = 207+85+194=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55C2 is #30AA3D. Grayscale: #858585. Windows color (decimal): -3189310 or 12735951. OLE color: 12735951.

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

Color convert

RGB 207 85 194 -
CMYK 0 0.59 0.06 0.19
HSL 306.39º 0.56% 0.57% -
HSV(B) 306.39º 0.59% 0.81% -
XYZ 38.72 23.66 53.56 -
YUV 133.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 207 85 194 0 0.59 0.06 0.19 306.39 0.56 0.57
Hex CF 55 C2 0 3B 6 13 132 38 39
Octal 317 125 302 0 73 6 23 462 70 71
Binary 11001111 1010101 11000010 0 111011 110 10011 100110010 111000 111001

Color Harmonies of #CF55C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55C2

Black with #CF55C2

Text Example


Text Example

White with #CF55C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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