Html Css Color HEX #CA07CB Deep Magenta

📋 copy color: '#CA07CB'

red 202 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #CA07CB

Tints of Deep Magenta #CA07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.7%

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 49.03%
G = 1.7%
B = 49.27%

CMYK

 C value IS 0.00

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA07CB (or 0xCA07CB) is known color: Deep Magenta. HEX triplet: CA, 07 and CB. RGB value is (202,7,203). Sum of RGB (Red+Green+Blue) = 202+7+203=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA07CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07CB is #35F834. Grayscale: #575757. Windows color (decimal): -3536949 or 13305802. OLE color: 13305802.

HSL color Cylindrical-coordinate representation of color #CA07CB: hue angle of 299.69º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07CB is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 7 203 -
CMYK 0.00 0.97 0 0.20
HSL 299.69º 0.93% 0.41% -
HSV(B) 299.69º 0.97% 0.8% -
XYZ 35.21 17.02 57.93 -
YUV 87.65 193.1 209.56 -
System Red Green Blue C M Y K H S L
Decimal 202 7 203 0.00 0.97 0 0.20 299.69 0.93 0.41
Hex CA 7 CB 0 61 0 14 12C 5D 29
Octal 312 7 313 0 141 0 24 454 135 51
Binary 11001010 111 11001011 0 1100001 0 10100 100101100 1011101 101001

Color Harmonies of #CA07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07CB

Black with #CA07CB

Text Example


Text Example

White with #CA07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07CB; }

 p { color: rgb(202,7,203); }

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

background-color css

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

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

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

border-color css

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

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

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