Html Css Color HEX #C350CB Fuchsia

📋 copy color: '#C350CB'

red 195 ◦ green 80 ◦ blue 203

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

Shades of Fuchsia #C350CB

Tints of Fuchsia #C350CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 40.79%
G = 16.74%
B = 42.47%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C350CB (or 0xC350CB) is known color: Fuchsia. HEX triplet: C3, 50 and CB. RGB value is (195,80,203). Sum of RGB (Red+Green+Blue) = 195+80+203=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C350CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350CB is #3CAF34. Grayscale: #808080. Windows color (decimal): -3977013 or 13324483. OLE color: 13324483.

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

Color convert

RGB 195 80 203 -
CMYK 0.04 0.61 0 0.20
HSL 296.1º 0.54% 0.55% -
HSV(B) 296.1º 0.61% 0.8% -
XYZ 36.15 21.65 58.77 -
YUV 128.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 195 80 203 0.04 0.61 0 0.20 296.1 0.54 0.55
Hex C3 50 CB 4 3D 0 14 128 36 37
Octal 303 120 313 4 75 0 24 450 66 67
Binary 11000011 1010000 11001011 100 111101 0 10100 100101000 110110 110111

Color Harmonies of #C350CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C350CB

Black with #C350CB

Text Example


Text Example

White with #C350CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C350CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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