Html Css Color HEX #C609BE Deep Magenta

📋 copy color: '#C609BE'

red 198 ◦ green 9 ◦ blue 190

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

Shades of Deep Magenta #C609BE

Tints of Deep Magenta #C609BE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.27%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 49.87%
G = 2.27%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C609BE (or 0xC609BE) is known color: Deep Magenta. HEX triplet: C6, 09 and BE. RGB value is (198,9,190). Sum of RGB (Red+Green+Blue) = 198+9+190=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C609BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609BE is #39F641. Grayscale: #555555. Windows color (decimal): -3798594 or 12454342. OLE color: 12454342.

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

Color convert

RGB 198 9 190 -
CMYK 0 0.95 0.04 0.22
HSL 302.54º 0.91% 0.41% -
HSV(B) 302.54º 0.95% 0.78% -
XYZ 32.68 15.92 50.07 -
YUV 86.15 186.62 207.78 -
System Red Green Blue C M Y K H S L
Decimal 198 9 190 0 0.95 0.04 0.22 302.54 0.91 0.41
Hex C6 9 BE 0 5F 4 16 12F 5B 29
Octal 306 11 276 0 137 4 26 457 133 51
Binary 11000110 1001 10111110 0 1011111 100 10110 100101111 1011011 101001

Color Harmonies of #C609BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C609BE

Black with #C609BE

Text Example


Text Example

White with #C609BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C609BE; }

 p { color: rgb(198,9,190); }

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

background-color css

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

 a { background-color: rgb(198,9,190); }

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

border-color css

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

 span { border-color: rgb(198,9,190); }

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