Html Css Color HEX #CA52CC Fuchsia

📋 copy color: '#CA52CC'

red 202 ◦ green 82 ◦ blue 204

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

Shades of Fuchsia #CA52CC

Tints of Fuchsia #CA52CC

RGB

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

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

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

R = 41.39%
G = 16.8%
B = 41.8%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA52CC (or 0xCA52CC) is known color: Fuchsia. HEX triplet: CA, 52 and CC. RGB value is (202,82,204). Sum of RGB (Red+Green+Blue) = 202+82+204=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52CC is #35AD33. Grayscale: #838383. Windows color (decimal): -3517748 or 13390538. OLE color: 13390538.

HSL color Cylindrical-coordinate representation of color #CA52CC: hue angle of 299.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA52CC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 82 204 -
CMYK 0.01 0.60 0 0.2
HSL 299.02º 0.54% 0.56% -
HSV(B) 299.02º 0.6% 0.8% -
XYZ 38.27 22.95 59.54 -
YUV 131.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 202 82 204 0.01 0.60 0 0.2 299.02 0.54 0.56
Hex CA 52 CC 1 3C 0 14 12B 36 38
Octal 312 122 314 1 74 0 24 453 66 70
Binary 11001010 1010010 11001100 1 111100 0 10100 100101011 110110 111000

Color Harmonies of #CA52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA52CC

Black with #CA52CC

Text Example


Text Example

White with #CA52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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