Html Css Color HEX #CA07BC Deep Magenta

📋 copy color: '#CA07BC'

red 202 ◦ green 7 ◦ blue 188

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

Shades of Deep Magenta #CA07BC

Tints of Deep Magenta #CA07BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 50.88%
G = 1.76%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA07BC (or 0xCA07BC) is known color: Deep Magenta. HEX triplet: CA, 07 and BC. RGB value is (202,7,188). Sum of RGB (Red+Green+Blue) = 202+7+188=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07BC is #35F843. Grayscale: #555555. Windows color (decimal): -3536964 or 12322762. OLE color: 12322762.

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

Color convert

RGB 202 7 188 -
CMYK 0 0.97 0.07 0.21
HSL 304.31º 0.93% 0.41% -
HSV(B) 304.31º 0.97% 0.79% -
XYZ 33.51 16.34 48.96 -
YUV 85.94 185.6 210.78 -
System Red Green Blue C M Y K H S L
Decimal 202 7 188 0 0.97 0.07 0.21 304.31 0.93 0.41
Hex CA 7 BC 0 61 7 15 130 5D 29
Octal 312 7 274 0 141 7 25 460 135 51
Binary 11001010 111 10111100 0 1100001 111 10101 100110000 1011101 101001

Color Harmonies of #CA07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA07BC

Black with #CA07BC

Text Example


Text Example

White with #CA07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA07BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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