Html Css Color HEX #CA52CE Fuchsia

📋 copy color: '#CA52CE'

red 202 ◦ green 82 ◦ blue 206

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

Shades of Fuchsia #CA52CE

Tints of Fuchsia #CA52CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 41.22%
G = 16.73%
B = 42.04%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA52CE (or 0xCA52CE) is known color: Fuchsia. HEX triplet: CA, 52 and CE. RGB value is (202,82,206). Sum of RGB (Red+Green+Blue) = 202+82+206=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52CE is #35AD31. Grayscale: #838383. Windows color (decimal): -3517746 or 13521610. OLE color: 13521610.

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

Color convert

RGB 202 82 206 -
CMYK 0.02 0.60 0 0.19
HSL 298.06º 0.56% 0.56% -
HSV(B) 298.06º 0.6% 0.81% -
XYZ 38.52 23.05 60.81 -
YUV 132.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 202 82 206 0.02 0.60 0 0.19 298.06 0.56 0.56
Hex CA 52 CE 2 3C 0 13 12A 38 38
Octal 312 122 316 2 74 0 23 452 70 70
Binary 11001010 1010010 11001110 10 111100 0 10011 100101010 111000 111000

Color Harmonies of #CA52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52CE

Black with #CA52CE

Text Example


Text Example

White with #CA52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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