Html Css Color HEX #C236CC Fuchsia

📋 copy color: '#C236CC'

red 194 ◦ green 54 ◦ blue 204

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

Shades of Fuchsia #C236CC

Tints of Fuchsia #C236CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.95%

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

R = 42.92%
G = 11.95%
B = 45.13%

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

#C236CC (or 0xC236CC) is known color: Fuchsia. HEX triplet: C2, 36 and CC. RGB value is (194,54,204). Sum of RGB (Red+Green+Blue) = 194+54+204=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C236CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236CC is #3DC933. Grayscale: #707070. Windows color (decimal): -4049204 or 13383362. OLE color: 13383362.

HSL color Cylindrical-coordinate representation of color #C236CC: hue angle of 296º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C236CC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 54 204 -
CMYK 0.05 0.74 0 0.2
HSL 296º 0.6% 0.51% -
HSV(B) 296º 0.74% 0.8% -
XYZ 34.47 18.47 58.87 -
YUV 112.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 194 54 204 0.05 0.74 0 0.2 296 0.6 0.51
Hex C2 36 CC 5 4A 0 14 128 3C 33
Octal 302 66 314 5 112 0 24 450 74 63
Binary 11000010 110110 11001100 101 1001010 0 10100 100101000 111100 110011

Color Harmonies of #C236CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C236CC

Black with #C236CC

Text Example


Text Example

White with #C236CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C236CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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