Html Css Color HEX #CA06B1 Deep Magenta

📋 copy color: '#CA06B1'

red 202 ◦ green 6 ◦ blue 177

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

Shades of Deep Magenta #CA06B1

Tints of Deep Magenta #CA06B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 52.47%
G = 1.56%
B = 45.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA06B1 (or 0xCA06B1) is known color: Deep Magenta. HEX triplet: CA, 06 and B1. RGB value is (202,6,177). Sum of RGB (Red+Green+Blue) = 202+6+177=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA06B1 is #35F94E. Grayscale: #535353. Windows color (decimal): -3537231 or 11601610. OLE color: 11601610.

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

Color convert

RGB 202 6 177 -
CMYK 0 0.97 0.12 0.21
HSL 307.65º 0.94% 0.41% -
HSV(B) 307.65º 0.97% 0.79% -
XYZ 32.36 15.86 42.95 -
YUV 84.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 202 6 177 0 0.97 0.12 0.21 307.65 0.94 0.41
Hex CA 6 B1 0 61 C 15 134 5E 29
Octal 312 6 261 0 141 14 25 464 136 51
Binary 11001010 110 10110001 0 1100001 1100 10101 100110100 1011110 101001

Color Harmonies of #CA06B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06B1

Black with #CA06B1

Text Example


Text Example

White with #CA06B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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