Html Css Color HEX #C248CC Fuchsia

📋 copy color: '#C248CC'

red 194 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C248CC

Tints of Fuchsia #C248CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.32%

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

R = 41.28%
G = 15.32%
B = 43.4%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C248CC (or 0xC248CC) is known color: Fuchsia. HEX triplet: C2, 48 and CC. RGB value is (194,72,204). Sum of RGB (Red+Green+Blue) = 194+72+204=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C248CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248CC is #3DB733. Grayscale: #7B7B7B. Windows color (decimal): -4044596 or 13387970. OLE color: 13387970.

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

Color convert

RGB 194 72 204 -
CMYK 0.05 0.65 0 0.2
HSL 295.45º 0.56% 0.54% -
HSV(B) 295.45º 0.65% 0.8% -
XYZ 35.46 20.46 59.21 -
YUV 123.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 194 72 204 0.05 0.65 0 0.2 295.45 0.56 0.54
Hex C2 48 CC 5 41 0 14 127 38 36
Octal 302 110 314 5 101 0 24 447 70 66
Binary 11000010 1001000 11001100 101 1000001 0 10100 100100111 111000 110110

Color Harmonies of #C248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C248CC

Black with #C248CC

Text Example


Text Example

White with #C248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C248CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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