Html Css Color HEX #C605B2 Deep Magenta

📋 copy color: '#C605B2'

red 198 ◦ green 5 ◦ blue 178

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

Shades of Deep Magenta #C605B2

Tints of Deep Magenta #C605B2

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

 BLUE value IS 178 (69.92% from 255) = 46.72%

R = 51.97%
G = 1.31%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C605B2 (or 0xC605B2) is known color: Deep Magenta. HEX triplet: C6, 05 and B2. RGB value is (198,5,178). Sum of RGB (Red+Green+Blue) = 198+5+178=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C605B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C605B2 is #39FA4D. Grayscale: #515151. Windows color (decimal): -3799630 or 11666886. OLE color: 11666886.

HSL color Cylindrical-coordinate representation of color #C605B2: hue angle of 306.22º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C605B2 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 178 -
CMYK 0 0.97 0.10 0.22
HSL 306.22º 0.95% 0.4% -
HSV(B) 306.22º 0.97% 0.78% -
XYZ 31.38 15.33 43.42 -
YUV 82.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 198 5 178 0 0.97 0.10 0.22 306.22 0.95 0.4
Hex C6 5 B2 0 61 A 16 132 5F 28
Octal 306 5 262 0 141 12 26 462 137 50
Binary 11000110 101 10110010 0 1100001 1010 10110 100110010 1011111 101000

Color Harmonies of #C605B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C605B2

Black with #C605B2

Text Example


Text Example

White with #C605B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C605B2; }

 p { color: rgb(198,5,178); }

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

background-color css

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

 a { background-color: rgb(198,5,178); }

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

border-color css

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

 span { border-color: rgb(198,5,178); }

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