Html Css Color HEX #C607CB Deep Magenta

📋 copy color: '#C607CB'

red 198 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #C607CB

Tints of Deep Magenta #C607CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 48.53%
G = 1.72%
B = 49.75%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C607CB (or 0xC607CB) is known color: Deep Magenta. HEX triplet: C6, 07 and CB. RGB value is (198,7,203). Sum of RGB (Red+Green+Blue) = 198+7+203=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #C607CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C607CB is #39F834. Grayscale: #555555. Windows color (decimal): -3799093 or 13305798. OLE color: 13305798.

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

Color convert

RGB 198 7 203 -
CMYK 0.02 0.97 0 0.20
HSL 298.47º 0.93% 0.41% -
HSV(B) 298.47º 0.97% 0.8% -
XYZ 34.14 16.47 57.88 -
YUV 86.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 198 7 203 0.02 0.97 0 0.20 298.47 0.93 0.41
Hex C6 7 CB 2 61 0 14 12A 5D 29
Octal 306 7 313 2 141 0 24 452 135 51
Binary 11000110 111 11001011 10 1100001 0 10100 100101010 1011101 101001

Color Harmonies of #C607CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C607CB

Black with #C607CB

Text Example


Text Example

White with #C607CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C607CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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