Html Css Color HEX #CF53CF Fuchsia

📋 copy color: '#CF53CF'

red 207 ◦ green 83 ◦ blue 207

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

Shades of Fuchsia #CF53CF

Tints of Fuchsia #CF53CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 41.65%
G = 16.7%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF53CF (or 0xCF53CF) is known color: Fuchsia. HEX triplet: CF, 53 and CF. RGB value is (207,83,207). Sum of RGB (Red+Green+Blue) = 207+83+207=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53CF is #30AC30. Grayscale: #858585. Windows color (decimal): -3189809 or 13587407. OLE color: 13587407.

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

Color convert

RGB 207 83 207 -
CMYK 0 0.60 0 0.19
HSL 300º 0.56% 0.57% -
HSV(B) 300º 0.6% 0.81% -
XYZ 40.09 23.96 61.54 -
YUV 134.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 207 83 207 0 0.60 0 0.19 300 0.56 0.57
Hex CF 53 CF 0 3C 0 13 12C 38 39
Octal 317 123 317 0 74 0 23 454 70 71
Binary 11001111 1010011 11001111 0 111100 0 10011 100101100 111000 111001

Color Harmonies of #CF53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53CF

Black with #CF53CF

Text Example


Text Example

White with #CF53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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