Html Css Color HEX #CA0CE1 Deep Magenta

📋 copy color: '#CA0CE1'

red 202 ◦ green 12 ◦ blue 225

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

Shades of Deep Magenta #CA0CE1

Tints of Deep Magenta #CA0CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 225 (88.28% from 255) = 51.25%

R = 46.01%
G = 2.73%
B = 51.25%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA0CE1 (or 0xCA0CE1) is known color: Deep Magenta. HEX triplet: CA, 0C and E1. RGB value is (202,12,225). Sum of RGB (Red+Green+Blue) = 202+12+225=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 225 (88.28% from 255 or 51.25% from 439); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA0CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CE1 is #35F31E. Grayscale: #5C5C5C. Windows color (decimal): -3535647 or 14748874. OLE color: 14748874.

HSL color Cylindrical-coordinate representation of color #CA0CE1: hue angle of 293.52º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CE1 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 12 225 -
CMYK 0.10 0.95 0 0.12
HSL 293.52º 0.9% 0.46% -
HSV(B) 293.52º 0.95% 0.88% -
XYZ 38.08 18.26 72.75 -
YUV 93.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 202 12 225 0.10 0.95 0 0.12 293.52 0.9 0.46
Hex CA C E1 A 5F 0 C 126 5A 2E
Octal 312 14 341 12 137 0 14 446 132 56
Binary 11001010 1100 11100001 1010 1011111 0 1100 100100110 1011010 101110

Color Harmonies of #CA0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CE1

Black with #CA0CE1

Text Example


Text Example

White with #CA0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CE1; }

 p { color: rgb(202,12,225); }

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

background-color css

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

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

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

border-color css

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

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

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