Html Css Color HEX #CA3CC0 Fuchsia

📋 copy color: '#CA3CC0'

red 202 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #CA3CC0

Tints of Fuchsia #CA3CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.22%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 44.49%
G = 13.22%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA3CC0 (or 0xCA3CC0) is known color: Fuchsia. HEX triplet: CA, 3C and C0. RGB value is (202,60,192). Sum of RGB (Red+Green+Blue) = 202+60+192=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3CC0 is #35C33F. Grayscale: #757575. Windows color (decimal): -3523392 or 12598474. OLE color: 12598474.

HSL color Cylindrical-coordinate representation of color #CA3CC0: hue angle of 304.23º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3CC0 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 192 -
CMYK 0 0.70 0.05 0.21
HSL 304.23º 0.57% 0.51% -
HSV(B) 304.23º 0.7% 0.79% -
XYZ 35.49 19.59 51.78 -
YUV 117.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 202 60 192 0 0.70 0.05 0.21 304.23 0.57 0.51
Hex CA 3C C0 0 46 5 15 130 39 33
Octal 312 74 300 0 106 5 25 460 71 63
Binary 11001010 111100 11000000 0 1000110 101 10101 100110000 111001 110011

Color Harmonies of #CA3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3CC0

Black with #CA3CC0

Text Example


Text Example

White with #CA3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3CC0; }

 p { color: rgb(202,60,192); }

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

background-color css

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

 a { background-color: rgb(202,60,192); }

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

border-color css

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

 span { border-color: rgb(202,60,192); }

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