Html Css Color HEX #CA60B8 Fuchsia

📋 copy color: '#CA60B8'

red 202 ◦ green 96 ◦ blue 184

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

Shades of Fuchsia #CA60B8

Tints of Fuchsia #CA60B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.17%

R = 41.91%
G = 19.92%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA60B8 (or 0xCA60B8) is known color: Fuchsia. HEX triplet: CA, 60 and B8. RGB value is (202,96,184). Sum of RGB (Red+Green+Blue) = 202+96+184=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60B8 is #359F47. Grayscale: #898989. Windows color (decimal): -3514184 or 12083402. OLE color: 12083402.

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

Color convert

RGB 202 96 184 -
CMYK 0 0.52 0.09 0.21
HSL 310.19º 0.5% 0.58% -
HSV(B) 310.19º 0.52% 0.79% -
XYZ 37.19 24.38 48.09 -
YUV 137.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 202 96 184 0 0.52 0.09 0.21 310.19 0.5 0.58
Hex CA 60 B8 0 34 9 15 136 32 3A
Octal 312 140 270 0 64 11 25 466 62 72
Binary 11001010 1100000 10111000 0 110100 1001 10101 100110110 110010 111010

Color Harmonies of #CA60B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60B8

Black with #CA60B8

Text Example


Text Example

White with #CA60B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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