Html Css Color HEX #C928CA Deep Magenta

📋 copy color: '#C928CA'

red 201 ◦ green 40 ◦ blue 202

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

Shades of Deep Magenta #C928CA

Tints of Deep Magenta #C928CA

RGB

 RED value IS 201 (78.91% from 255) = 45.37%

 GREEN value IS 40 (16.02% from 255) = 9.03%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 45.37%
G = 9.03%
B = 45.6%

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C928CA (or 0xC928CA) is known color: Deep Magenta. HEX triplet: C9, 28 and CA. RGB value is (201,40,202). Sum of RGB (Red+Green+Blue) = 201+40+202=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #C928CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928CA is #36D735. Grayscale: #6A6A6A. Windows color (decimal): -3594038 or 13248713. OLE color: 13248713.

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

Color convert

RGB 201 40 202 -
CMYK 0.00 0.80 0 0.21
HSL 299.63º 0.67% 0.47% -
HSV(B) 299.63º 0.8% 0.79% -
XYZ 35.51 18.2 57.52 -
YUV 106.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 201 40 202 0.00 0.80 0 0.21 299.63 0.67 0.47
Hex C9 28 CA 0 50 0 15 12C 43 2F
Octal 311 50 312 0 120 0 25 454 103 57
Binary 11001001 101000 11001010 0 1010000 0 10101 100101100 1000011 101111

Color Harmonies of #C928CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928CA

Black with #C928CA

Text Example


Text Example

White with #C928CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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