Html Css Color HEX #C948CC Fuchsia

📋 copy color: '#C948CC'

red 201 ◦ green 72 ◦ blue 204

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

Shades of Fuchsia #C948CC

Tints of Fuchsia #C948CC

RGB

 RED value IS 201 (78.91% from 255) = 42.14%

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

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

R = 42.14%
G = 15.09%
B = 42.77%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C948CC (or 0xC948CC) is known color: Fuchsia. HEX triplet: C9, 48 and CC. RGB value is (201,72,204). Sum of RGB (Red+Green+Blue) = 201+72+204=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C948CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948CC is #36B733. Grayscale: #7D7D7D. Windows color (decimal): -3585844 or 13387977. OLE color: 13387977.

HSL color Cylindrical-coordinate representation of color #C948CC: hue angle of 298.64º 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 #C948CC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 72 204 -
CMYK 0.01 0.65 0 0.2
HSL 298.64º 0.56% 0.54% -
HSV(B) 298.64º 0.65% 0.8% -
XYZ 37.3 21.41 59.29 -
YUV 125.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 201 72 204 0.01 0.65 0 0.2 298.64 0.56 0.54
Hex C9 48 CC 1 41 0 14 12B 38 36
Octal 311 110 314 1 101 0 24 453 70 66
Binary 11001001 1001000 11001100 1 1000001 0 10100 100101011 111000 110110

Color Harmonies of #C948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C948CC

Black with #C948CC

Text Example


Text Example

White with #C948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C948CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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