Html Css Color HEX #CA27DB Deep Magenta

📋 copy color: '#CA27DB'

red 202 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #CA27DB

Tints of Deep Magenta #CA27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.48%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 43.91%
G = 8.48%
B = 47.61%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA27DB (or 0xCA27DB) is known color: Deep Magenta. HEX triplet: CA, 27 and DB. RGB value is (202,39,219). Sum of RGB (Red+Green+Blue) = 202+39+219=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27DB is #35D824. Grayscale: #6B6B6B. Windows color (decimal): -3528741 or 14362570. OLE color: 14362570.

HSL color Cylindrical-coordinate representation of color #CA27DB: hue angle of 294.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA27DB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 39 219 -
CMYK 0.08 0.82 0 0.14
HSL 294.33º 0.71% 0.51% -
HSV(B) 294.33º 0.82% 0.86% -
XYZ 37.87 19.12 68.71 -
YUV 108.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 202 39 219 0.08 0.82 0 0.14 294.33 0.71 0.51
Hex CA 27 DB 8 52 0 E 126 47 33
Octal 312 47 333 10 122 0 16 446 107 63
Binary 11001010 100111 11011011 1000 1010010 0 1110 100100110 1000111 110011

Color Harmonies of #CA27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27DB

Black with #CA27DB

Text Example


Text Example

White with #CA27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27DB; }

 p { color: rgb(202,39,219); }

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

background-color css

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

 a { background-color: rgb(202,39,219); }

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

border-color css

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

 span { border-color: rgb(202,39,219); }

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