Html Css Color HEX #C235CC Fuchsia

📋 copy color: '#C235CC'

red 194 ◦ green 53 ◦ blue 204

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

Shades of Fuchsia #C235CC

Tints of Fuchsia #C235CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 43.02%
G = 11.75%
B = 45.23%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C235CC (or 0xC235CC) is known color: Fuchsia. HEX triplet: C2, 35 and CC. RGB value is (194,53,204). Sum of RGB (Red+Green+Blue) = 194+53+204=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #C235CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235CC is #3DCA33. Grayscale: #6F6F6F. Windows color (decimal): -4049460 or 13383106. OLE color: 13383106.

HSL color Cylindrical-coordinate representation of color #C235CC: hue angle of 296.03º degrees, saturation: 0.6, 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 #C235CC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 53 204 -
CMYK 0.05 0.74 0 0.2
HSL 296.03º 0.6% 0.5% -
HSV(B) 296.03º 0.74% 0.8% -
XYZ 34.42 18.38 58.86 -
YUV 112.37 179.71 186.22 -
System Red Green Blue C M Y K H S L
Decimal 194 53 204 0.05 0.74 0 0.2 296.03 0.6 0.5
Hex C2 35 CC 5 4A 0 14 128 3C 32
Octal 302 65 314 5 112 0 24 450 74 62
Binary 11000010 110101 11001100 101 1001010 0 10100 100101000 111100 110010

Color Harmonies of #C235CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C235CC

Black with #C235CC

Text Example


Text Example

White with #C235CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C235CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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