Html Css Color HEX #CA60BE Fuchsia

📋 copy color: '#CA60BE'

red 202 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #CA60BE

Tints of Fuchsia #CA60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 41.39%
G = 19.67%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA60BE (or 0xCA60BE) is known color: Fuchsia. HEX triplet: CA, 60 and BE. RGB value is (202,96,190). Sum of RGB (Red+Green+Blue) = 202+96+190=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60BE is #359F41. Grayscale: #8A8A8A. Windows color (decimal): -3514178 or 12476618. OLE color: 12476618.

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

Color convert

RGB 202 96 190 -
CMYK 0 0.52 0.06 0.21
HSL 306.79º 0.5% 0.58% -
HSV(B) 306.79º 0.52% 0.79% -
XYZ 37.83 24.64 51.48 -
YUV 138.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 202 96 190 0 0.52 0.06 0.21 306.79 0.5 0.58
Hex CA 60 BE 0 34 6 15 133 32 3A
Octal 312 140 276 0 64 6 25 463 62 72
Binary 11001010 1100000 10111110 0 110100 110 10101 100110011 110010 111010

Color Harmonies of #CA60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60BE

Black with #CA60BE

Text Example


Text Example

White with #CA60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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