Html Css Color HEX #CA06BE Deep Magenta

📋 copy color: '#CA06BE'

red 202 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #CA06BE

Tints of Deep Magenta #CA06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 50.75%
G = 1.51%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA06BE (or 0xCA06BE) is known color: Deep Magenta. HEX triplet: CA, 06 and BE. RGB value is (202,6,190). Sum of RGB (Red+Green+Blue) = 202+6+190=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06BE is #35F941. Grayscale: #555555. Windows color (decimal): -3537218 or 12453578. OLE color: 12453578.

HSL color Cylindrical-coordinate representation of color #CA06BE: hue angle of 303.67º degrees, saturation: 0.94, 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 #CA06BE is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 6 190 -
CMYK 0 0.97 0.06 0.21
HSL 303.67º 0.94% 0.41% -
HSV(B) 303.67º 0.97% 0.79% -
XYZ 33.72 16.4 50.1 -
YUV 85.58 186.93 211.04 -
System Red Green Blue C M Y K H S L
Decimal 202 6 190 0 0.97 0.06 0.21 303.67 0.94 0.41
Hex CA 6 BE 0 61 6 15 130 5E 29
Octal 312 6 276 0 141 6 25 460 136 51
Binary 11001010 110 10111110 0 1100001 110 10101 100110000 1011110 101001

Color Harmonies of #CA06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06BE

Black with #CA06BE

Text Example


Text Example

White with #CA06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06BE; }

 p { color: rgb(202,6,190); }

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

background-color css

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

 a { background-color: rgb(202,6,190); }

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

border-color css

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

 span { border-color: rgb(202,6,190); }

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