Html Css Color HEX #CA51CE Fuchsia

📋 copy color: '#CA51CE'

red 202 ◦ green 81 ◦ blue 206

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

Shades of Fuchsia #CA51CE

Tints of Fuchsia #CA51CE

RGB

 RED value IS 202 (79.3% from 255) = 41.31%

 GREEN value IS 81 (32.03% from 255) = 16.56%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 41.31%
G = 16.56%
B = 42.13%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA51CE (or 0xCA51CE) is known color: Fuchsia. HEX triplet: CA, 51 and CE. RGB value is (202,81,206). Sum of RGB (Red+Green+Blue) = 202+81+206=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA51CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51CE is #35AE31. Grayscale: #838383. Windows color (decimal): -3518002 or 13521354. OLE color: 13521354.

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

Color convert

RGB 202 81 206 -
CMYK 0.02 0.61 0 0.19
HSL 298.08º 0.56% 0.56% -
HSV(B) 298.08º 0.61% 0.81% -
XYZ 38.44 22.9 60.79 -
YUV 131.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 202 81 206 0.02 0.61 0 0.19 298.08 0.56 0.56
Hex CA 51 CE 2 3D 0 13 12A 38 38
Octal 312 121 316 2 75 0 23 452 70 70
Binary 11001010 1010001 11001110 10 111101 0 10011 100101010 111000 111000

Color Harmonies of #CA51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51CE

Black with #CA51CE

Text Example


Text Example

White with #CA51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51CE; }

 p { color: rgb(202,81,206); }

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

background-color css

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

 a { background-color: rgb(202,81,206); }

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

border-color css

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

 span { border-color: rgb(202,81,206); }

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