Html Css Color HEX #C907CD Deep Magenta

📋 copy color: '#C907CD'

red 201 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #C907CD

Tints of Deep Magenta #C907CD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 48.67%
G = 1.69%
B = 49.64%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C907CD (or 0xC907CD) is known color: Deep Magenta. HEX triplet: C9, 07 and CD. RGB value is (201,7,205). Sum of RGB (Red+Green+Blue) = 201+7+205=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #C907CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907CD is #36F832. Grayscale: #565656. Windows color (decimal): -3602483 or 13436873. OLE color: 13436873.

HSL color Cylindrical-coordinate representation of color #C907CD: hue angle of 298.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907CD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 7 205 -
CMYK 0.02 0.97 0 0.20
HSL 298.79º 0.93% 0.42% -
HSV(B) 298.79º 0.97% 0.8% -
XYZ 35.18 16.98 59.18 -
YUV 87.58 194.27 208.9 -
System Red Green Blue C M Y K H S L
Decimal 201 7 205 0.02 0.97 0 0.20 298.79 0.93 0.42
Hex C9 7 CD 2 61 0 14 12B 5D 2A
Octal 311 7 315 2 141 0 24 453 135 52
Binary 11001001 111 11001101 10 1100001 0 10100 100101011 1011101 101010

Color Harmonies of #C907CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C907CD

Black with #C907CD

Text Example


Text Example

White with #C907CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C907CD; }

 p { color: rgb(201,7,205); }

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

background-color css

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

 a { background-color: rgb(201,7,205); }

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

border-color css

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

 span { border-color: rgb(201,7,205); }

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