Html Css Color HEX #CF53C8 Fuchsia

📋 copy color: '#CF53C8'

red 207 ◦ green 83 ◦ blue 200

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

Shades of Fuchsia #CF53C8

Tints of Fuchsia #CF53C8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

 BLUE value IS 200 (78.52% from 255) = 40.82%

R = 42.24%
G = 16.94%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF53C8 (or 0xCF53C8) is known color: Fuchsia. HEX triplet: CF, 53 and C8. RGB value is (207,83,200). Sum of RGB (Red+Green+Blue) = 207+83+200=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53C8 is #30AC37. Grayscale: #858585. Windows color (decimal): -3189816 or 13128655. OLE color: 13128655.

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

Color convert

RGB 207 83 200 -
CMYK 0 0.60 0.03 0.19
HSL 303.39º 0.56% 0.57% -
HSV(B) 303.39º 0.6% 0.81% -
XYZ 39.25 23.62 57.13 -
YUV 133.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 207 83 200 0 0.60 0.03 0.19 303.39 0.56 0.57
Hex CF 53 C8 0 3C 3 13 12F 38 39
Octal 317 123 310 0 74 3 23 457 70 71
Binary 11001111 1010011 11001000 0 111100 11 10011 100101111 111000 111001

Color Harmonies of #CF53C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53C8

Black with #CF53C8

Text Example


Text Example

White with #CF53C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53C8; }

 p { color: rgb(207,83,200); }

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

background-color css

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

 a { background-color: rgb(207,83,200); }

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

border-color css

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

 span { border-color: rgb(207,83,200); }

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