Html Css Color HEX #CA1CCA Deep Magenta

📋 copy color: '#CA1CCA'

red 202 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #CA1CCA

Tints of Deep Magenta #CA1CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 46.76%
G = 6.48%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA1CCA (or 0xCA1CCA) is known color: Deep Magenta. HEX triplet: CA, 1C and CA. RGB value is (202,28,202). Sum of RGB (Red+Green+Blue) = 202+28+202=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CCA is #35E335. Grayscale: #636363. Windows color (decimal): -3531574 or 13245642. OLE color: 13245642.

HSL color Cylindrical-coordinate representation of color #CA1CCA: hue angle of 300º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CCA is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 28 202 -
CMYK 0 0.86 0 0.21
HSL 300º 0.76% 0.45% -
HSV(B) 300º 0.86% 0.79% -
XYZ 35.43 17.65 57.42 -
YUV 99.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 202 28 202 0 0.86 0 0.21 300 0.76 0.45
Hex CA 1C CA 0 56 0 15 12C 4C 2D
Octal 312 34 312 0 126 0 25 454 114 55
Binary 11001010 11100 11001010 0 1010110 0 10101 100101100 1001100 101101

Color Harmonies of #CA1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1CCA

Black with #CA1CCA

Text Example


Text Example

White with #CA1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1CCA; }

 p { color: rgb(202,28,202); }

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

background-color css

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

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

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

border-color css

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

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

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