Html Css Color HEX #C30BCE Deep Magenta

📋 copy color: '#C30BCE'

red 195 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #C30BCE

Tints of Deep Magenta #C30BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.67%

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

R = 47.33%
G = 2.67%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C30BCE (or 0xC30BCE) is known color: Deep Magenta. HEX triplet: C3, 0B and CE. RGB value is (195,11,206). Sum of RGB (Red+Green+Blue) = 195+11+206=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #C30BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BCE is #3CF431. Grayscale: #575757. Windows color (decimal): -3994674 or 13503427. OLE color: 13503427.

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

Color convert

RGB 195 11 206 -
CMYK 0.05 0.95 0 0.19
HSL 296.62º 0.9% 0.43% -
HSV(B) 296.62º 0.95% 0.81% -
XYZ 33.77 16.3 59.76 -
YUV 88.25 194.46 204.14 -
System Red Green Blue C M Y K H S L
Decimal 195 11 206 0.05 0.95 0 0.19 296.62 0.9 0.43
Hex C3 B CE 5 5F 0 13 129 5A 2B
Octal 303 13 316 5 137 0 23 451 132 53
Binary 11000011 1011 11001110 101 1011111 0 10011 100101001 1011010 101011

Color Harmonies of #C30BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BCE

Black with #C30BCE

Text Example


Text Example

White with #C30BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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