Html Css Color HEX #CA60C4 Fuchsia

📋 copy color: '#CA60C4'

red 202 ◦ green 96 ◦ blue 196

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

Shades of Fuchsia #CA60C4

Tints of Fuchsia #CA60C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 40.89%
G = 19.43%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA60C4 (or 0xCA60C4) is known color: Fuchsia. HEX triplet: CA, 60 and C4. RGB value is (202,96,196). Sum of RGB (Red+Green+Blue) = 202+96+196=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C4 is #359F3B. Grayscale: #8A8A8A. Windows color (decimal): -3514172 or 12869834. OLE color: 12869834.

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

Color convert

RGB 202 96 196 -
CMYK 0 0.52 0.03 0.21
HSL 303.4º 0.5% 0.58% -
HSV(B) 303.4º 0.52% 0.79% -
XYZ 38.5 24.91 55 -
YUV 139.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 202 96 196 0 0.52 0.03 0.21 303.4 0.5 0.58
Hex CA 60 C4 0 34 3 15 12F 32 3A
Octal 312 140 304 0 64 3 25 457 62 72
Binary 11001010 1100000 11000100 0 110100 11 10101 100101111 110010 111010

Color Harmonies of #CA60C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA60C4

Black with #CA60C4

Text Example


Text Example

White with #CA60C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA60C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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