Html Css Color HEX #CA27C9 Deep Magenta

📋 copy color: '#CA27C9'

red 202 ◦ green 39 ◦ blue 201

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

Shades of Deep Magenta #CA27C9

Tints of Deep Magenta #CA27C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 45.7%
G = 8.82%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA27C9 (or 0xCA27C9) is known color: Deep Magenta. HEX triplet: CA, 27 and C9. RGB value is (202,39,201). Sum of RGB (Red+Green+Blue) = 202+39+201=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA27C9 is #35D836. Grayscale: #696969. Windows color (decimal): -3528759 or 13182922. OLE color: 13182922.

HSL color Cylindrical-coordinate representation of color #CA27C9: hue angle of 300.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA27C9 is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 201 -
CMYK 0 0.81 0.00 0.21
HSL 300.37º 0.68% 0.47% -
HSV(B) 300.37º 0.81% 0.79% -
XYZ 35.63 18.22 56.9 -
YUV 106.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 202 39 201 0 0.81 0.00 0.21 300.37 0.68 0.47
Hex CA 27 C9 0 51 0 15 12C 44 2F
Octal 312 47 311 0 121 0 25 454 104 57
Binary 11001010 100111 11001001 0 1010001 0 10101 100101100 1000100 101111

Color Harmonies of #CA27C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27C9

Black with #CA27C9

Text Example


Text Example

White with #CA27C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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