Html Css Color HEX #C237CB Fuchsia

📋 copy color: '#C237CB'

red 194 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #C237CB

Tints of Fuchsia #C237CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.17%

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

R = 42.92%
G = 12.17%
B = 44.91%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C237CB (or 0xC237CB) is known color: Fuchsia. HEX triplet: C2, 37 and CB. RGB value is (194,55,203). Sum of RGB (Red+Green+Blue) = 194+55+203=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #C237CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C237CB is #3DC834. Grayscale: #707070. Windows color (decimal): -4048949 or 13318082. OLE color: 13318082.

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

Color convert

RGB 194 55 203 -
CMYK 0.04 0.73 0 0.20
HSL 296.35º 0.59% 0.51% -
HSV(B) 296.35º 0.73% 0.8% -
XYZ 34.39 18.51 58.26 -
YUV 113.43 178.55 185.47 -
System Red Green Blue C M Y K H S L
Decimal 194 55 203 0.04 0.73 0 0.20 296.35 0.59 0.51
Hex C2 37 CB 4 49 0 14 128 3B 33
Octal 302 67 313 4 111 0 24 450 73 63
Binary 11000010 110111 11001011 100 1001001 0 10100 100101000 111011 110011

Color Harmonies of #C237CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C237CB

Black with #C237CB

Text Example


Text Example

White with #C237CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C237CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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