Html Css Color HEX #C308CD Deep Magenta

📋 copy color: '#C308CD'

red 195 ◦ green 8 ◦ blue 205

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

Shades of Deep Magenta #C308CD

Tints of Deep Magenta #C308CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 47.79%
G = 1.96%
B = 50.25%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C308CD (or 0xC308CD) is known color: Deep Magenta. HEX triplet: C3, 08 and CD. RGB value is (195,8,205). Sum of RGB (Red+Green+Blue) = 195+8+205=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #C308CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308CD is #3CF732. Grayscale: #555555. Windows color (decimal): -3995443 or 13437123. OLE color: 13437123.

HSL color Cylindrical-coordinate representation of color #C308CD: hue angle of 296.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308CD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 8 205 -
CMYK 0.05 0.96 0 0.20
HSL 296.95º 0.92% 0.42% -
HSV(B) 296.95º 0.96% 0.8% -
XYZ 33.61 16.18 59.11 -
YUV 86.37 194.95 205.48 -
System Red Green Blue C M Y K H S L
Decimal 195 8 205 0.05 0.96 0 0.20 296.95 0.92 0.42
Hex C3 8 CD 5 60 0 14 129 5C 2A
Octal 303 10 315 5 140 0 24 451 134 52
Binary 11000011 1000 11001101 101 1100000 0 10100 100101001 1011100 101010

Color Harmonies of #C308CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308CD

Black with #C308CD

Text Example


Text Example

White with #C308CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308CD; }

 p { color: rgb(195,8,205); }

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

background-color css

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

 a { background-color: rgb(195,8,205); }

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

border-color css

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

 span { border-color: rgb(195,8,205); }

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