Html Css Color HEX #CA60CA Fuchsia

📋 copy color: '#CA60CA'

red 202 ◦ green 96 ◦ blue 202

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

Shades of Fuchsia #CA60CA

Tints of Fuchsia #CA60CA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 40.4%
G = 19.2%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA60CA (or 0xCA60CA) is known color: Fuchsia. HEX triplet: CA, 60 and CA. RGB value is (202,96,202). Sum of RGB (Red+Green+Blue) = 202+96+202=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CA is #359F35. Grayscale: #8B8B8B. Windows color (decimal): -3514166 or 13263050. OLE color: 13263050.

HSL color Cylindrical-coordinate representation of color #CA60CA: hue angle of 300º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA60CA is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 202 -
CMYK 0 0.52 0 0.21
HSL 300º 0.5% 0.58% -
HSV(B) 300º 0.52% 0.79% -
XYZ 39.2 25.19 58.67 -
YUV 139.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 202 96 202 0 0.52 0 0.21 300 0.5 0.58
Hex CA 60 CA 0 34 0 15 12C 32 3A
Octal 312 140 312 0 64 0 25 454 62 72
Binary 11001010 1100000 11001010 0 110100 0 10101 100101100 110010 111010

Color Harmonies of #CA60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60CA

Black with #CA60CA

Text Example


Text Example

White with #CA60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60CA; }

 p { color: rgb(202,96,202); }

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

background-color css

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

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

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

border-color css

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

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

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