Html Css Color HEX #CA60C1 Fuchsia

📋 copy color: '#CA60C1'

red 202 ◦ green 96 ◦ blue 193

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

Shades of Fuchsia #CA60C1

Tints of Fuchsia #CA60C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 41.14%
G = 19.55%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA60C1 (or 0xCA60C1) is known color: Fuchsia. HEX triplet: CA, 60 and C1. RGB value is (202,96,193). Sum of RGB (Red+Green+Blue) = 202+96+193=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C1 is #359F3E. Grayscale: #8A8A8A. Windows color (decimal): -3514175 or 12673226. OLE color: 12673226.

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

Color convert

RGB 202 96 193 -
CMYK 0 0.52 0.04 0.21
HSL 305.09º 0.5% 0.58% -
HSV(B) 305.09º 0.52% 0.79% -
XYZ 38.17 24.77 53.22 -
YUV 138.75 158.62 173.11 -
System Red Green Blue C M Y K H S L
Decimal 202 96 193 0 0.52 0.04 0.21 305.09 0.5 0.58
Hex CA 60 C1 0 34 4 15 131 32 3A
Octal 312 140 301 0 64 4 25 461 62 72
Binary 11001010 1100000 11000001 0 110100 100 10101 100110001 110010 111010

Color Harmonies of #CA60C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60C1

Black with #CA60C1

Text Example


Text Example

White with #CA60C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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