Html Css Color HEX #C302B6 Deep Magenta

📋 copy color: '#C302B6'

red 195 ◦ green 2 ◦ blue 182

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

Shades of Deep Magenta #C302B6

Tints of Deep Magenta #C302B6

RGB

 RED value IS 195 (76.56% from 255) = 51.45%

 GREEN value IS 2 (1.17% from 255) = 0.53%

 BLUE value IS 182 (71.48% from 255) = 48.02%

R = 51.45%
G = 0.53%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C302B6 (or 0xC302B6) is known color: Deep Magenta. HEX triplet: C3, 02 and B6. RGB value is (195,2,182). Sum of RGB (Red+Green+Blue) = 195+2+182=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C302B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302B6 is #3CFD49. Grayscale: #4F4F4F. Windows color (decimal): -3997002 or 11928259. OLE color: 11928259.

HSL color Cylindrical-coordinate representation of color #C302B6: hue angle of 304.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C302B6 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 182 -
CMYK 0 0.99 0.07 0.24
HSL 304.04º 0.98% 0.39% -
HSV(B) 304.04º 0.99% 0.76% -
XYZ 30.97 15.02 45.52 -
YUV 80.23 185.44 209.86 -
System Red Green Blue C M Y K H S L
Decimal 195 2 182 0 0.99 0.07 0.24 304.04 0.98 0.39
Hex C3 2 B6 0 63 7 18 130 62 27
Octal 303 2 266 0 143 7 30 460 142 47
Binary 11000011 10 10110110 0 1100011 111 11000 100110000 1100010 100111

Color Harmonies of #C302B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302B6

Black with #C302B6

Text Example


Text Example

White with #C302B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302B6; }

 p { color: rgb(195,2,182); }

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

background-color css

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

 a { background-color: rgb(195,2,182); }

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

border-color css

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

 span { border-color: rgb(195,2,182); }

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