Html Css Color HEX #C330C9 Fuchsia

📋 copy color: '#C330C9'

red 195 ◦ green 48 ◦ blue 201

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

Shades of Fuchsia #C330C9

Tints of Fuchsia #C330C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.27%

R = 43.92%
G = 10.81%
B = 45.27%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C330C9 (or 0xC330C9) is known color: Fuchsia. HEX triplet: C3, 30 and C9. RGB value is (195,48,201). Sum of RGB (Red+Green+Blue) = 195+48+201=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 48 (19.14% from 255 or 10.81% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #C330C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330C9 is #3CCF36. Grayscale: #6C6C6C. Windows color (decimal): -3985207 or 13185219. OLE color: 13185219.

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

Color convert

RGB 195 48 201 -
CMYK 0.03 0.76 0 0.21
HSL 297.65º 0.61% 0.49% -
HSV(B) 297.65º 0.76% 0.79% -
XYZ 34.11 17.93 56.92 -
YUV 109.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 195 48 201 0.03 0.76 0 0.21 297.65 0.61 0.49
Hex C3 30 C9 3 4C 0 15 12A 3D 31
Octal 303 60 311 3 114 0 25 452 75 61
Binary 11000011 110000 11001001 11 1001100 0 10101 100101010 111101 110001

Color Harmonies of #C330C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330C9

Black with #C330C9

Text Example


Text Example

White with #C330C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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