Html Css Color HEX #C306CB Deep Magenta

📋 copy color: '#C306CB'

red 195 ◦ green 6 ◦ blue 203

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

Shades of Deep Magenta #C306CB

Tints of Deep Magenta #C306CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

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

R = 48.27%
G = 1.49%
B = 50.25%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C306CB (or 0xC306CB) is known color: Deep Magenta. HEX triplet: C3, 06 and CB. RGB value is (195,6,203). Sum of RGB (Red+Green+Blue) = 195+6+203=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #C306CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C306CB is #3CF934. Grayscale: #545454. Windows color (decimal): -3995957 or 13305539. OLE color: 13305539.

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

Color convert

RGB 195 6 203 -
CMYK 0.04 0.97 0 0.20
HSL 297.56º 0.94% 0.41% -
HSV(B) 297.56º 0.97% 0.8% -
XYZ 33.35 16.04 57.84 -
YUV 84.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 195 6 203 0.04 0.97 0 0.20 297.56 0.94 0.41
Hex C3 6 CB 4 61 0 14 12A 5E 29
Octal 303 6 313 4 141 0 24 452 136 51
Binary 11000011 110 11001011 100 1100001 0 10100 100101010 1011110 101001

Color Harmonies of #C306CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C306CB

Black with #C306CB

Text Example


Text Example

White with #C306CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C306CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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