Html Css Color HEX #C330BE Fuchsia

📋 copy color: '#C330BE'

red 195 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #C330BE

Tints of Fuchsia #C330BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 45.03%
G = 11.09%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C330BE (or 0xC330BE) is known color: Fuchsia. HEX triplet: C3, 30 and BE. RGB value is (195,48,190). Sum of RGB (Red+Green+Blue) = 195+48+190=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C330BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330BE is #3CCF41. Grayscale: #6B6B6B. Windows color (decimal): -3985218 or 12464323. OLE color: 12464323.

HSL color Cylindrical-coordinate representation of color #C330BE: hue angle of 302.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C330BE is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 190 -
CMYK 0 0.75 0.03 0.24
HSL 302.04º 0.6% 0.48% -
HSV(B) 302.04º 0.75% 0.76% -
XYZ 32.86 17.43 50.35 -
YUV 108.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 195 48 190 0 0.75 0.03 0.24 302.04 0.6 0.48
Hex C3 30 BE 0 4B 3 18 12E 3C 30
Octal 303 60 276 0 113 3 30 456 74 60
Binary 11000011 110000 10111110 0 1001011 11 11000 100101110 111100 110000

Color Harmonies of #C330BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330BE

Black with #C330BE

Text Example


Text Example

White with #C330BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330BE; }

 p { color: rgb(195,48,190); }

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

background-color css

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

 a { background-color: rgb(195,48,190); }

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

border-color css

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

 span { border-color: rgb(195,48,190); }

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