Html Css Color HEX #C303CB Deep Magenta

📋 copy color: '#C303CB'

red 195 ◦ green 3 ◦ blue 203

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

Shades of Deep Magenta #C303CB

Tints of Deep Magenta #C303CB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.75%

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

R = 48.63%
G = 0.75%
B = 50.62%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C303CB (or 0xC303CB) is known color: Deep Magenta. HEX triplet: C3, 03 and CB. RGB value is (195,3,203). Sum of RGB (Red+Green+Blue) = 195+3+203=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #C303CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C303CB is #3CFC34. Grayscale: #525252. Windows color (decimal): -3996725 or 13304771. OLE color: 13304771.

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

Color convert

RGB 195 3 203 -
CMYK 0.04 0.99 0 0.20
HSL 297.6º 0.97% 0.4% -
HSV(B) 297.6º 0.99% 0.8% -
XYZ 33.32 15.98 57.83 -
YUV 83.21 195.61 207.74 -
System Red Green Blue C M Y K H S L
Decimal 195 3 203 0.04 0.99 0 0.20 297.6 0.97 0.4
Hex C3 3 CB 4 63 0 14 12A 61 28
Octal 303 3 313 4 143 0 24 452 141 50
Binary 11000011 11 11001011 100 1100011 0 10100 100101010 1100001 101000

Color Harmonies of #C303CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C303CB

Black with #C303CB

Text Example


Text Example

White with #C303CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C303CB; }

 p { color: rgb(195,3,203); }

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

background-color css

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

 a { background-color: rgb(195,3,203); }

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

border-color css

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

 span { border-color: rgb(195,3,203); }

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