Html Css Color HEX #CA27DA Deep Magenta

📋 copy color: '#CA27DA'

red 202 ◦ green 39 ◦ blue 218

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

Shades of Deep Magenta #CA27DA

Tints of Deep Magenta #CA27DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 44.01%
G = 8.5%
B = 47.49%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA27DA (or 0xCA27DA) is known color: Deep Magenta. HEX triplet: CA, 27 and DA. RGB value is (202,39,218). Sum of RGB (Red+Green+Blue) = 202+39+218=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA27DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27DA is #35D825. Grayscale: #6B6B6B. Windows color (decimal): -3528742 or 14297034. OLE color: 14297034.

HSL color Cylindrical-coordinate representation of color #CA27DA: hue angle of 294.64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA27DA is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 39 218 -
CMYK 0.07 0.82 0 0.15
HSL 294.64º 0.71% 0.5% -
HSV(B) 294.64º 0.82% 0.85% -
XYZ 37.74 19.07 68.02 -
YUV 108.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 202 39 218 0.07 0.82 0 0.15 294.64 0.71 0.5
Hex CA 27 DA 7 52 0 F 127 47 32
Octal 312 47 332 7 122 0 17 447 107 62
Binary 11001010 100111 11011010 111 1010010 0 1111 100100111 1000111 110010

Color Harmonies of #CA27DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27DA

Black with #CA27DA

Text Example


Text Example

White with #CA27DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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