Html Css Color HEX #C308CF Deep Magenta

📋 copy color: '#C308CF'

red 195 ◦ green 8 ◦ blue 207

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

Shades of Deep Magenta #C308CF

Tints of Deep Magenta #C308CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 47.56%
G = 1.95%
B = 50.49%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C308CF (or 0xC308CF) is known color: Deep Magenta. HEX triplet: C3, 08 and CF. RGB value is (195,8,207). Sum of RGB (Red+Green+Blue) = 195+8+207=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #C308CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C308CF is #3CF730. Grayscale: #555555. Windows color (decimal): -3995441 or 13568195. OLE color: 13568195.

HSL color Cylindrical-coordinate representation of color #C308CF: hue angle of 296.38º 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 #C308CF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 8 207 -
CMYK 0.06 0.96 0 0.19
HSL 296.38º 0.93% 0.42% -
HSV(B) 296.38º 0.96% 0.81% -
XYZ 33.86 16.28 60.39 -
YUV 86.6 195.95 205.32 -
System Red Green Blue C M Y K H S L
Decimal 195 8 207 0.06 0.96 0 0.19 296.38 0.93 0.42
Hex C3 8 CF 6 60 0 13 128 5D 2A
Octal 303 10 317 6 140 0 23 450 135 52
Binary 11000011 1000 11001111 110 1100000 0 10011 100101000 1011101 101010

Color Harmonies of #C308CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C308CF

Black with #C308CF

Text Example


Text Example

White with #C308CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C308CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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