Html Css Color HEX #C825CD Deep Magenta

📋 copy color: '#C825CD'

red 200 ◦ green 37 ◦ blue 205

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

Shades of Deep Magenta #C825CD

Tints of Deep Magenta #C825CD

RGB

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

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

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

R = 45.25%
G = 8.37%
B = 46.38%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C825CD (or 0xC825CD) is known color: Deep Magenta. HEX triplet: C8, 25 and CD. RGB value is (200,37,205). Sum of RGB (Red+Green+Blue) = 200+37+205=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #C825CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C825CD is #37DA32. Grayscale: #686868. Windows color (decimal): -3660339 or 13444552. OLE color: 13444552.

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

Color convert

RGB 200 37 205 -
CMYK 0.02 0.82 0 0.20
HSL 298.21º 0.69% 0.47% -
HSV(B) 298.21º 0.82% 0.8% -
XYZ 35.5 18.01 59.36 -
YUV 104.89 184.5 195.84 -
System Red Green Blue C M Y K H S L
Decimal 200 37 205 0.02 0.82 0 0.20 298.21 0.69 0.47
Hex C8 25 CD 2 52 0 14 12A 45 2F
Octal 310 45 315 2 122 0 24 452 105 57
Binary 11001000 100101 11001101 10 1010010 0 10100 100101010 1000101 101111

Color Harmonies of #C825CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825CD

Black with #C825CD

Text Example


Text Example

White with #C825CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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