Html Css Color HEX #C308CE Deep Magenta

📋 copy color: '#C308CE'

red 195 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #C308CE

Tints of Deep Magenta #C308CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 47.68%
G = 1.96%
B = 50.37%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C308CE (or 0xC308CE) is known color: Deep Magenta. HEX triplet: C3, 08 and CE. RGB value is (195,8,206). Sum of RGB (Red+Green+Blue) = 195+8+206=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #C308CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308CE is #3CF731. Grayscale: #555555. Windows color (decimal): -3995442 or 13502659. OLE color: 13502659.

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

Color convert

RGB 195 8 206 -
CMYK 0.05 0.96 0 0.19
HSL 296.67º 0.93% 0.42% -
HSV(B) 296.67º 0.96% 0.81% -
XYZ 33.73 16.23 59.75 -
YUV 86.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 195 8 206 0.05 0.96 0 0.19 296.67 0.93 0.42
Hex C3 8 CE 5 60 0 13 129 5D 2A
Octal 303 10 316 5 140 0 23 451 135 52
Binary 11000011 1000 11001110 101 1100000 0 10011 100101001 1011101 101010

Color Harmonies of #C308CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308CE

Black with #C308CE

Text Example


Text Example

White with #C308CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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