Html Css Color HEX #C307CB Deep Magenta

📋 copy color: '#C307CB'

red 195 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #C307CB

Tints of Deep Magenta #C307CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

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

R = 48.15%
G = 1.73%
B = 50.12%

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

#C307CB (or 0xC307CB) is known color: Deep Magenta. HEX triplet: C3, 07 and CB. RGB value is (195,7,203). Sum of RGB (Red+Green+Blue) = 195+7+203=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C307CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307CB is #3CF834. Grayscale: #545454. Windows color (decimal): -3995701 or 13305795. OLE color: 13305795.

HSL color Cylindrical-coordinate representation of color #C307CB: hue angle of 297.55º degrees, saturation: 0.93, 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 #C307CB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 7 203 -
CMYK 0.04 0.97 0 0.20
HSL 297.55º 0.93% 0.41% -
HSV(B) 297.55º 0.97% 0.8% -
XYZ 33.36 16.07 57.84 -
YUV 85.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 195 7 203 0.04 0.97 0 0.20 297.55 0.93 0.41
Hex C3 7 CB 4 61 0 14 12A 5D 29
Octal 303 7 313 4 141 0 24 452 135 51
Binary 11000011 111 11001011 100 1100001 0 10100 100101010 1011101 101001

Color Harmonies of #C307CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C307CB

Black with #C307CB

Text Example


Text Example

White with #C307CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C307CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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