Html Css Color HEX #C245CB Fuchsia

📋 copy color: '#C245CB'

red 194 ◦ green 69 ◦ blue 203

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

Shades of Fuchsia #C245CB

Tints of Fuchsia #C245CB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

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

R = 41.63%
G = 14.81%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C245CB (or 0xC245CB) is known color: Fuchsia. HEX triplet: C2, 45 and CB. RGB value is (194,69,203). Sum of RGB (Red+Green+Blue) = 194+69+203=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C245CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245CB is #3DBA34. Grayscale: #797979. Windows color (decimal): -4045365 or 13321666. OLE color: 13321666.

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

Color convert

RGB 194 69 203 -
CMYK 0.04 0.66 0 0.20
HSL 295.97º 0.56% 0.53% -
HSV(B) 295.97º 0.66% 0.8% -
XYZ 35.16 20.04 58.51 -
YUV 121.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 194 69 203 0.04 0.66 0 0.20 295.97 0.56 0.53
Hex C2 45 CB 4 42 0 14 128 38 35
Octal 302 105 313 4 102 0 24 450 70 65
Binary 11000010 1000101 11001011 100 1000010 0 10100 100101000 111000 110101

Color Harmonies of #C245CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245CB

Black with #C245CB

Text Example


Text Example

White with #C245CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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