Html Css Color HEX #CF54C2 Fuchsia

📋 copy color: '#CF54C2'

red 207 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #CF54C2

Tints of Fuchsia #CF54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.32%

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

R = 42.68%
G = 17.32%
B = 40%

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

#CF54C2 (or 0xCF54C2) is known color: Fuchsia. HEX triplet: CF, 54 and C2. RGB value is (207,84,194). Sum of RGB (Red+Green+Blue) = 207+84+194=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54C2 is #30AB3D. Grayscale: #858585. Windows color (decimal): -3189566 or 12735695. OLE color: 12735695.

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

Color convert

RGB 207 84 194 -
CMYK 0 0.59 0.06 0.19
HSL 306.34º 0.56% 0.57% -
HSV(B) 306.34º 0.59% 0.81% -
XYZ 38.64 23.5 53.54 -
YUV 133.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 207 84 194 0 0.59 0.06 0.19 306.34 0.56 0.57
Hex CF 54 C2 0 3B 6 13 132 38 39
Octal 317 124 302 0 73 6 23 462 70 71
Binary 11001111 1010100 11000010 0 111011 110 10011 100110010 111000 111001

Color Harmonies of #CF54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF54C2

Black with #CF54C2

Text Example


Text Example

White with #CF54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF54C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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