Html Css Color HEX #CF53C2 Fuchsia

📋 copy color: '#CF53C2'

red 207 ◦ green 83 ◦ blue 194

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

Shades of Fuchsia #CF53C2

Tints of Fuchsia #CF53C2

RGB

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

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

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

R = 42.77%
G = 17.15%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF53C2 (or 0xCF53C2) is known color: Fuchsia. HEX triplet: CF, 53 and C2. RGB value is (207,83,194). Sum of RGB (Red+Green+Blue) = 207+83+194=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53C2 is #30AC3D. Grayscale: #848484. Windows color (decimal): -3189822 or 12735439. OLE color: 12735439.

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

Color convert

RGB 207 83 194 -
CMYK 0 0.60 0.06 0.19
HSL 306.29º 0.56% 0.57% -
HSV(B) 306.29º 0.6% 0.81% -
XYZ 38.56 23.35 53.51 -
YUV 132.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 207 83 194 0 0.60 0.06 0.19 306.29 0.56 0.57
Hex CF 53 C2 0 3C 6 13 132 38 39
Octal 317 123 302 0 74 6 23 462 70 71
Binary 11001111 1010011 11000010 0 111100 110 10011 100110010 111000 111001

Color Harmonies of #CF53C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53C2

Black with #CF53C2

Text Example


Text Example

White with #CF53C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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