Html Css Color HEX #CF53CC Fuchsia

📋 copy color: '#CF53CC'

red 207 ◦ green 83 ◦ blue 204

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

Shades of Fuchsia #CF53CC

Tints of Fuchsia #CF53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 41.9%
G = 16.8%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF53CC (or 0xCF53CC) is known color: Fuchsia. HEX triplet: CF, 53 and CC. RGB value is (207,83,204). Sum of RGB (Red+Green+Blue) = 207+83+204=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53CC is #30AC33. Grayscale: #858585. Windows color (decimal): -3189812 or 13390799. OLE color: 13390799.

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

Color convert

RGB 207 83 204 -
CMYK 0 0.60 0.01 0.19
HSL 301.45º 0.56% 0.57% -
HSV(B) 301.45º 0.6% 0.81% -
XYZ 39.72 23.81 59.63 -
YUV 133.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 207 83 204 0 0.60 0.01 0.19 301.45 0.56 0.57
Hex CF 53 CC 0 3C 1 13 12D 38 39
Octal 317 123 314 0 74 1 23 455 70 71
Binary 11001111 1010011 11001100 0 111100 1 10011 100101101 111000 111001

Color Harmonies of #CF53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53CC

Black with #CF53CC

Text Example


Text Example

White with #CF53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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