Html Css Color HEX #C30BCF Deep Magenta

📋 copy color: '#C30BCF'

red 195 ◦ green 11 ◦ blue 207

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

Shades of Deep Magenta #C30BCF

Tints of Deep Magenta #C30BCF

RGB

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

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

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

R = 47.22%
G = 2.66%
B = 50.12%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C30BCF (or 0xC30BCF) is known color: Deep Magenta. HEX triplet: C3, 0B and CF. RGB value is (195,11,207). Sum of RGB (Red+Green+Blue) = 195+11+207=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #C30BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BCF is #3CF430. Grayscale: #575757. Windows color (decimal): -3994673 or 13568963. OLE color: 13568963.

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

Color convert

RGB 195 11 207 -
CMYK 0.06 0.95 0 0.19
HSL 296.33º 0.9% 0.43% -
HSV(B) 296.33º 0.95% 0.81% -
XYZ 33.89 16.35 60.4 -
YUV 88.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 195 11 207 0.06 0.95 0 0.19 296.33 0.9 0.43
Hex C3 B CF 6 5F 0 13 128 5A 2B
Octal 303 13 317 6 137 0 23 450 132 53
Binary 11000011 1011 11001111 110 1011111 0 10011 100101000 1011010 101011

Color Harmonies of #C30BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BCF

Black with #C30BCF

Text Example


Text Example

White with #C30BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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