Html Css Color HEX #C925CC Deep Magenta

📋 copy color: '#C925CC'

red 201 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #C925CC

Tints of Deep Magenta #C925CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.37%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 45.48%
G = 8.37%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C925CC (or 0xC925CC) is known color: Deep Magenta. HEX triplet: C9, 25 and CC. RGB value is (201,37,204). Sum of RGB (Red+Green+Blue) = 201+37+204=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C925CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925CC is #36DA33. Grayscale: #686868. Windows color (decimal): -3594804 or 13379017. OLE color: 13379017.

HSL color Cylindrical-coordinate representation of color #C925CC: hue angle of 298.92º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925CC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 37 204 -
CMYK 0.01 0.82 0 0.2
HSL 298.92º 0.69% 0.47% -
HSV(B) 298.92º 0.82% 0.8% -
XYZ 35.65 18.1 58.74 -
YUV 105.07 183.83 196.42 -
System Red Green Blue C M Y K H S L
Decimal 201 37 204 0.01 0.82 0 0.2 298.92 0.69 0.47
Hex C9 25 CC 1 52 0 14 12B 45 2F
Octal 311 45 314 1 122 0 24 453 105 57
Binary 11001001 100101 11001100 1 1010010 0 10100 100101011 1000101 101111

Color Harmonies of #C925CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925CC

Black with #C925CC

Text Example


Text Example

White with #C925CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925CC; }

 p { color: rgb(201,37,204); }

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

background-color css

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

 a { background-color: rgb(201,37,204); }

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

border-color css

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

 span { border-color: rgb(201,37,204); }

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