Html Css Color HEX #C625CC Deep Magenta

📋 copy color: '#C625CC'

red 198 ◦ green 37 ◦ blue 204

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

Shades of Deep Magenta #C625CC

Tints of Deep Magenta #C625CC

RGB

 RED value IS 198 (77.73% from 255) = 45.1%

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

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

R = 45.1%
G = 8.43%
B = 46.47%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C625CC (or 0xC625CC) is known color: Deep Magenta. HEX triplet: C6, 25 and CC. RGB value is (198,37,204). Sum of RGB (Red+Green+Blue) = 198+37+204=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C625CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625CC is #39DA33. Grayscale: #676767. Windows color (decimal): -3791412 or 13379014. OLE color: 13379014.

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

Color convert

RGB 198 37 204 -
CMYK 0.03 0.82 0 0.2
HSL 297.84º 0.69% 0.47% -
HSV(B) 297.84º 0.82% 0.8% -
XYZ 34.85 17.69 58.7 -
YUV 104.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 198 37 204 0.03 0.82 0 0.2 297.84 0.69 0.47
Hex C6 25 CC 3 52 0 14 12A 45 2F
Octal 306 45 314 3 122 0 24 452 105 57
Binary 11000110 100101 11001100 11 1010010 0 10100 100101010 1000101 101111

Color Harmonies of #C625CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625CC

Black with #C625CC

Text Example


Text Example

White with #C625CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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