Html Css Color HEX #CA15CD Deep Magenta

📋 copy color: '#CA15CD'

red 202 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #CA15CD

Tints of Deep Magenta #CA15CD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.91%

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 47.2%
G = 4.91%
B = 47.9%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA15CD (or 0xCA15CD) is known color: Deep Magenta. HEX triplet: CA, 15 and CD. RGB value is (202,21,205). Sum of RGB (Red+Green+Blue) = 202+21+205=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15CD is #35EA32. Grayscale: #5F5F5F. Windows color (decimal): -3533363 or 13440458. OLE color: 13440458.

HSL color Cylindrical-coordinate representation of color #CA15CD: hue angle of 299.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15CD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 21 205 -
CMYK 0.01 0.90 0 0.20
HSL 299.02º 0.81% 0.44% -
HSV(B) 299.02º 0.9% 0.8% -
XYZ 35.64 17.5 59.26 -
YUV 96.1 189.47 203.54 -
System Red Green Blue C M Y K H S L
Decimal 202 21 205 0.01 0.90 0 0.20 299.02 0.81 0.44
Hex CA 15 CD 1 5A 0 14 12B 51 2C
Octal 312 25 315 1 132 0 24 453 121 54
Binary 11001010 10101 11001101 1 1011010 0 10100 100101011 1010001 101100

Color Harmonies of #CA15CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15CD

Black with #CA15CD

Text Example


Text Example

White with #CA15CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15CD; }

 p { color: rgb(202,21,205); }

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

background-color css

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

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

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

border-color css

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

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

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