Html Css Color HEX #C330CB Fuchsia

📋 copy color: '#C330CB'

red 195 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #C330CB

Tints of Fuchsia #C330CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 43.72%
G = 10.76%
B = 45.52%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C330CB (or 0xC330CB) is known color: Fuchsia. HEX triplet: C3, 30 and CB. RGB value is (195,48,203). Sum of RGB (Red+Green+Blue) = 195+48+203=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #C330CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C330CB is #3CCF34. Grayscale: #6D6D6D. Windows color (decimal): -3985205 or 13316291. OLE color: 13316291.

HSL color Cylindrical-coordinate representation of color #C330CB: hue angle of 296.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C330CB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 48 203 -
CMYK 0.04 0.76 0 0.20
HSL 296.9º 0.62% 0.49% -
HSV(B) 296.9º 0.76% 0.8% -
XYZ 34.34 18.03 58.17 -
YUV 109.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 195 48 203 0.04 0.76 0 0.20 296.9 0.62 0.49
Hex C3 30 CB 4 4C 0 14 129 3E 31
Octal 303 60 313 4 114 0 24 451 76 61
Binary 11000011 110000 11001011 100 1001100 0 10100 100101001 111110 110001

Color Harmonies of #C330CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C330CB

Black with #C330CB

Text Example


Text Example

White with #C330CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C330CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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