Html Css Color HEX #C825CB Deep Magenta

📋 copy color: '#C825CB'

red 200 ◦ green 37 ◦ blue 203

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

Shades of Deep Magenta #C825CB

Tints of Deep Magenta #C825CB

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

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

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

R = 45.45%
G = 8.41%
B = 46.14%

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

#C825CB (or 0xC825CB) is known color: Deep Magenta. HEX triplet: C8, 25 and CB. RGB value is (200,37,203). Sum of RGB (Red+Green+Blue) = 200+37+203=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #C825CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825CB is #37DA34. Grayscale: #686868. Windows color (decimal): -3660341 or 13313480. OLE color: 13313480.

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

Color convert

RGB 200 37 203 -
CMYK 0.01 0.82 0 0.20
HSL 298.92º 0.69% 0.47% -
HSV(B) 298.92º 0.82% 0.8% -
XYZ 35.26 17.91 58.1 -
YUV 104.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 200 37 203 0.01 0.82 0 0.20 298.92 0.69 0.47
Hex C8 25 CB 1 52 0 14 12B 45 2F
Octal 310 45 313 1 122 0 24 453 105 57
Binary 11001000 100101 11001011 1 1010010 0 10100 100101011 1000101 101111

Color Harmonies of #C825CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825CB

Black with #C825CB

Text Example


Text Example

White with #C825CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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