Html Css Color HEX #C607CA Deep Magenta

📋 copy color: '#C607CA'

red 198 ◦ green 7 ◦ blue 202

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

Shades of Deep Magenta #C607CA

Tints of Deep Magenta #C607CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 48.65%
G = 1.72%
B = 49.63%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C607CA (or 0xC607CA) is known color: Deep Magenta. HEX triplet: C6, 07 and CA. RGB value is (198,7,202). Sum of RGB (Red+Green+Blue) = 198+7+202=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #C607CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607CA is #39F835. Grayscale: #555555. Windows color (decimal): -3799094 or 13240262. OLE color: 13240262.

HSL color Cylindrical-coordinate representation of color #C607CA: hue angle of 298.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607CA is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 7 202 -
CMYK 0.02 0.97 0 0.21
HSL 298.77º 0.93% 0.41% -
HSV(B) 298.77º 0.97% 0.79% -
XYZ 34.03 16.42 57.25 -
YUV 86.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 198 7 202 0.02 0.97 0 0.21 298.77 0.93 0.41
Hex C6 7 CA 2 61 0 15 12B 5D 29
Octal 306 7 312 2 141 0 25 453 135 51
Binary 11000110 111 11001010 10 1100001 0 10101 100101011 1011101 101001

Color Harmonies of #C607CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C607CA

Black with #C607CA

Text Example


Text Example

White with #C607CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C607CA; }

 p { color: rgb(198,7,202); }

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

background-color css

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

 a { background-color: rgb(198,7,202); }

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

border-color css

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

 span { border-color: rgb(198,7,202); }

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