Html Css Color HEX #C302BA Deep Magenta

📋 copy color: '#C302BA'

red 195 ◦ green 2 ◦ blue 186

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

Shades of Deep Magenta #C302BA

Tints of Deep Magenta #C302BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 50.91%
G = 0.52%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C302BA (or 0xC302BA) is known color: Deep Magenta. HEX triplet: C3, 02 and BA. RGB value is (195,2,186). Sum of RGB (Red+Green+Blue) = 195+2+186=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C302BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C302BA is #3CFD45. Grayscale: #505050. Windows color (decimal): -3996998 or 12190403. OLE color: 12190403.

HSL color Cylindrical-coordinate representation of color #C302BA: hue angle of 302.8º 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 #C302BA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 186 -
CMYK 0 0.99 0.05 0.24
HSL 302.8º 0.98% 0.39% -
HSV(B) 302.8º 0.99% 0.76% -
XYZ 31.39 15.19 47.73 -
YUV 80.68 187.44 209.54 -
System Red Green Blue C M Y K H S L
Decimal 195 2 186 0 0.99 0.05 0.24 302.8 0.98 0.39
Hex C3 2 BA 0 63 5 18 12F 62 27
Octal 303 2 272 0 143 5 30 457 142 47
Binary 11000011 10 10111010 0 1100011 101 11000 100101111 1100010 100111

Color Harmonies of #C302BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C302BA

Black with #C302BA

Text Example


Text Example

White with #C302BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C302BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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