Html Css Color HEX #C925CB Deep Magenta

📋 copy color: '#C925CB'

red 201 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #C925CB

Tints of Deep Magenta #C925CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 45.58%
G = 8.39%
B = 46.03%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C925CB (or 0xC925CB) is known color: Deep Magenta. HEX triplet: C9, 25 and CB. RGB value is (201,37,203). Sum of RGB (Red+Green+Blue) = 201+37+203=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #C925CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925CB is #36DA34. Grayscale: #686868. Windows color (decimal): -3594805 or 13313481. OLE color: 13313481.

HSL color Cylindrical-coordinate representation of color #C925CB: hue angle of 299.28º 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 #C925CB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 37 203 -
CMYK 0.01 0.82 0 0.20
HSL 299.28º 0.69% 0.47% -
HSV(B) 299.28º 0.82% 0.8% -
XYZ 35.53 18.05 58.11 -
YUV 104.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 201 37 203 0.01 0.82 0 0.20 299.28 0.69 0.47
Hex C9 25 CB 1 52 0 14 12B 45 2F
Octal 311 45 313 1 122 0 24 453 105 57
Binary 11001001 100101 11001011 1 1010010 0 10100 100101011 1000101 101111

Color Harmonies of #C925CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925CB

Black with #C925CB

Text Example


Text Example

White with #C925CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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