Html Css Color HEX #C30BCA Deep Magenta

📋 copy color: '#C30BCA'

red 195 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #C30BCA

Tints of Deep Magenta #C30BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 47.79%
G = 2.7%
B = 49.51%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C30BCA (or 0xC30BCA) is known color: Deep Magenta. HEX triplet: C3, 0B and CA. RGB value is (195,11,202). Sum of RGB (Red+Green+Blue) = 195+11+202=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #C30BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BCA is #3CF435. Grayscale: #575757. Windows color (decimal): -3994678 or 13241283. OLE color: 13241283.

HSL color Cylindrical-coordinate representation of color #C30BCA: hue angle of 297.8º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BCA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 11 202 -
CMYK 0.03 0.95 0 0.21
HSL 297.8º 0.9% 0.42% -
HSV(B) 297.8º 0.95% 0.79% -
XYZ 33.29 16.11 57.23 -
YUV 87.79 192.46 204.47 -
System Red Green Blue C M Y K H S L
Decimal 195 11 202 0.03 0.95 0 0.21 297.8 0.9 0.42
Hex C3 B CA 3 5F 0 15 12A 5A 2A
Octal 303 13 312 3 137 0 25 452 132 52
Binary 11000011 1011 11001010 11 1011111 0 10101 100101010 1011010 101010

Color Harmonies of #C30BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BCA

Black with #C30BCA

Text Example


Text Example

White with #C30BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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