Html Css Color HEX #C62BCF Deep Magenta

📋 copy color: '#C62BCF'

red 198 ◦ green 43 ◦ blue 207

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

Shades of Deep Magenta #C62BCF

Tints of Deep Magenta #C62BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.6%

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

R = 44.2%
G = 9.6%
B = 46.21%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C62BCF (or 0xC62BCF) is known color: Deep Magenta. HEX triplet: C6, 2B and CF. RGB value is (198,43,207). Sum of RGB (Red+Green+Blue) = 198+43+207=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BCF is #39D430. Grayscale: #6B6B6B. Windows color (decimal): -3789873 or 13577158. OLE color: 13577158.

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

Color convert

RGB 198 43 207 -
CMYK 0.04 0.79 0 0.19
HSL 296.71º 0.66% 0.49% -
HSV(B) 296.71º 0.79% 0.81% -
XYZ 35.42 18.24 60.69 -
YUV 108.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 198 43 207 0.04 0.79 0 0.19 296.71 0.66 0.49
Hex C6 2B CF 4 4F 0 13 129 42 31
Octal 306 53 317 4 117 0 23 451 102 61
Binary 11000110 101011 11001111 100 1001111 0 10011 100101001 1000010 110001

Color Harmonies of #C62BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BCF

Black with #C62BCF

Text Example


Text Example

White with #C62BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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