Html Css Color HEX #CA60B4 Fuchsia

📋 copy color: '#CA60B4'

red 202 ◦ green 96 ◦ blue 180

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

Shades of Fuchsia #CA60B4

Tints of Fuchsia #CA60B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.66%

R = 42.26%
G = 20.08%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA60B4 (or 0xCA60B4) is known color: Fuchsia. HEX triplet: CA, 60 and B4. RGB value is (202,96,180). Sum of RGB (Red+Green+Blue) = 202+96+180=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60B4 is #359F4B. Grayscale: #898989. Windows color (decimal): -3514188 or 11821258. OLE color: 11821258.

HSL color Cylindrical-coordinate representation of color #CA60B4: hue angle of 312.45º 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 #CA60B4 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 180 -
CMYK 0 0.52 0.11 0.21
HSL 312.45º 0.5% 0.58% -
HSV(B) 312.45º 0.52% 0.79% -
XYZ 36.78 24.22 45.92 -
YUV 137.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 202 96 180 0 0.52 0.11 0.21 312.45 0.5 0.58
Hex CA 60 B4 0 34 B 15 138 32 3A
Octal 312 140 264 0 64 13 25 470 62 72
Binary 11001010 1100000 10110100 0 110100 1011 10101 100111000 110010 111010

Color Harmonies of #CA60B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60B4

Black with #CA60B4

Text Example


Text Example

White with #CA60B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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