Html Css Color HEX #CA60BC Fuchsia

📋 copy color: '#CA60BC'

red 202 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #CA60BC

Tints of Fuchsia #CA60BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 41.56%
G = 19.75%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA60BC (or 0xCA60BC) is known color: Fuchsia. HEX triplet: CA, 60 and BC. RGB value is (202,96,188). Sum of RGB (Red+Green+Blue) = 202+96+188=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60BC is #359F43. Grayscale: #898989. Windows color (decimal): -3514180 or 12345546. OLE color: 12345546.

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

Color convert

RGB 202 96 188 -
CMYK 0 0.52 0.07 0.21
HSL 307.92º 0.5% 0.58% -
HSV(B) 307.92º 0.52% 0.79% -
XYZ 37.62 24.55 50.33 -
YUV 138.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 202 96 188 0 0.52 0.07 0.21 307.92 0.5 0.58
Hex CA 60 BC 0 34 7 15 134 32 3A
Octal 312 140 274 0 64 7 25 464 62 72
Binary 11001010 1100000 10111100 0 110100 111 10101 100110100 110010 111010

Color Harmonies of #CA60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60BC

Black with #CA60BC

Text Example


Text Example

White with #CA60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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