Html Css Color HEX #C60BCF Deep Magenta

📋 copy color: '#C60BCF'

red 198 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C60BCF

Tints of Deep Magenta #C60BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

 BLUE value IS 207 (81.25% from 255) = 49.76%

R = 47.6%
G = 2.64%
B = 49.76%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C60BCF (or 0xC60BCF) is known color: Deep Magenta. HEX triplet: C6, 0B and CF. RGB value is (198,11,207). Sum of RGB (Red+Green+Blue) = 198+11+207=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C60BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BCF is #39F430. Grayscale: #585858. Windows color (decimal): -3798065 or 13568966. OLE color: 13568966.

HSL color Cylindrical-coordinate representation of color #C60BCF: hue angle of 297.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BCF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 11 207 -
CMYK 0.04 0.95 0 0.19
HSL 297.24º 0.9% 0.43% -
HSV(B) 297.24º 0.95% 0.81% -
XYZ 34.67 16.75 60.44 -
YUV 89.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 198 11 207 0.04 0.95 0 0.19 297.24 0.9 0.43
Hex C6 B CF 4 5F 0 13 129 5A 2B
Octal 306 13 317 4 137 0 23 451 132 53
Binary 11000110 1011 11001111 100 1011111 0 10011 100101001 1011010 101011

Color Harmonies of #C60BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60BCF

Black with #C60BCF

Text Example


Text Example

White with #C60BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60BCF; }

 p { color: rgb(198,11,207); }

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

background-color css

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

 a { background-color: rgb(198,11,207); }

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

border-color css

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

 span { border-color: rgb(198,11,207); }

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