Html Css Color HEX #C908CA Deep Magenta

📋 copy color: '#C908CA'

red 201 ◦ green 8 ◦ blue 202

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

Shades of Deep Magenta #C908CA

Tints of Deep Magenta #C908CA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.95%

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

R = 48.91%
G = 1.95%
B = 49.15%

CMYK

 C value IS 0.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C908CA (or 0xC908CA) is known color: Deep Magenta. HEX triplet: C9, 08 and CA. RGB value is (201,8,202). Sum of RGB (Red+Green+Blue) = 201+8+202=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #C908CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908CA is #36F735. Grayscale: #575757. Windows color (decimal): -3602230 or 13240521. OLE color: 13240521.

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

Color convert

RGB 201 8 202 -
CMYK 0.00 0.96 0 0.21
HSL 299.69º 0.92% 0.41% -
HSV(B) 299.69º 0.96% 0.79% -
XYZ 34.83 16.86 57.29 -
YUV 87.82 192.44 208.73 -
System Red Green Blue C M Y K H S L
Decimal 201 8 202 0.00 0.96 0 0.21 299.69 0.92 0.41
Hex C9 8 CA 0 60 0 15 12C 5C 29
Octal 311 10 312 0 140 0 25 454 134 51
Binary 11001001 1000 11001010 0 1100000 0 10101 100101100 1011100 101001

Color Harmonies of #C908CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908CA

Black with #C908CA

Text Example


Text Example

White with #C908CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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