Html Css Color HEX #CA15CF Deep Magenta

📋 copy color: '#CA15CF'

red 202 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #CA15CF

Tints of Deep Magenta #CA15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 46.98%
G = 4.88%
B = 48.14%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA15CF (or 0xCA15CF) is known color: Deep Magenta. HEX triplet: CA, 15 and CF. RGB value is (202,21,207). Sum of RGB (Red+Green+Blue) = 202+21+207=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA15CF is #35EA30. Grayscale: #5F5F5F. Windows color (decimal): -3533361 or 13571530. OLE color: 13571530.

HSL color Cylindrical-coordinate representation of color #CA15CF: hue angle of 298.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA15CF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 21 207 -
CMYK 0.02 0.90 0 0.19
HSL 298.39º 0.82% 0.45% -
HSV(B) 298.39º 0.9% 0.81% -
XYZ 35.89 17.6 60.54 -
YUV 96.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 202 21 207 0.02 0.90 0 0.19 298.39 0.82 0.45
Hex CA 15 CF 2 5A 0 13 12A 52 2D
Octal 312 25 317 2 132 0 23 452 122 55
Binary 11001010 10101 11001111 10 1011010 0 10011 100101010 1010010 101101

Color Harmonies of #CA15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA15CF

Black with #CA15CF

Text Example


Text Example

White with #CA15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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