Html Css Color HEX #C625BB Deep Magenta

📋 copy color: '#C625BB'

red 198 ◦ green 37 ◦ blue 187

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

Shades of Deep Magenta #C625BB

Tints of Deep Magenta #C625BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 46.92%
G = 8.77%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C625BB (or 0xC625BB) is known color: Deep Magenta. HEX triplet: C6, 25 and BB. RGB value is (198,37,187). Sum of RGB (Red+Green+Blue) = 198+37+187=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C625BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625BB is #39DA44. Grayscale: #656565. Windows color (decimal): -3791429 or 12264902. OLE color: 12264902.

HSL color Cylindrical-coordinate representation of color #C625BB: hue angle of 304.1º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C625BB is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 187 -
CMYK 0 0.81 0.06 0.22
HSL 304.1º 0.69% 0.46% -
HSV(B) 304.1º 0.81% 0.78% -
XYZ 32.92 16.92 48.54 -
YUV 102.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 198 37 187 0 0.81 0.06 0.22 304.1 0.69 0.46
Hex C6 25 BB 0 51 6 16 130 45 2E
Octal 306 45 273 0 121 6 26 460 105 56
Binary 11000110 100101 10111011 0 1010001 110 10110 100110000 1000101 101110

Color Harmonies of #C625BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C625BB

Black with #C625BB

Text Example


Text Example

White with #C625BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C625BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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