Html Css Color HEX #C235CB Fuchsia

📋 copy color: '#C235CB'

red 194 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #C235CB

Tints of Fuchsia #C235CB

RGB

 RED value IS 194 (76.17% from 255) = 43.11%

 GREEN value IS 53 (21.09% from 255) = 11.78%

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

R = 43.11%
G = 11.78%
B = 45.11%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C235CB (or 0xC235CB) is known color: Fuchsia. HEX triplet: C2, 35 and CB. RGB value is (194,53,203). Sum of RGB (Red+Green+Blue) = 194+53+203=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C235CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CB is #3DCA34. Grayscale: #6F6F6F. Windows color (decimal): -4049461 or 13317570. OLE color: 13317570.

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

Color convert

RGB 194 53 203 -
CMYK 0.04 0.74 0 0.20
HSL 296.4º 0.59% 0.5% -
HSV(B) 296.4º 0.74% 0.8% -
XYZ 34.3 18.33 58.23 -
YUV 112.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 194 53 203 0.04 0.74 0 0.20 296.4 0.59 0.5
Hex C2 35 CB 4 4A 0 14 128 3B 32
Octal 302 65 313 4 112 0 24 450 73 62
Binary 11000010 110101 11001011 100 1001010 0 10100 100101000 111011 110010

Color Harmonies of #C235CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235CB

Black with #C235CB

Text Example


Text Example

White with #C235CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235CB; }

 p { color: rgb(194,53,203); }

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

background-color css

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

 a { background-color: rgb(194,53,203); }

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

border-color css

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

 span { border-color: rgb(194,53,203); }

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