Html Css Color HEX #C94BB4 Fuchsia

📋 copy color: '#C94BB4'

red 201 ◦ green 75 ◦ blue 180

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

Shades of Fuchsia #C94BB4

Tints of Fuchsia #C94BB4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.45%

 BLUE value IS 180 (70.7% from 255) = 39.47%

R = 44.08%
G = 16.45%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C94BB4 (or 0xC94BB4) is known color: Fuchsia. HEX triplet: C9, 4B and B4. RGB value is (201,75,180). Sum of RGB (Red+Green+Blue) = 201+75+180=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BB4 is #36B44B. Grayscale: #7C7C7C. Windows color (decimal): -3585100 or 11815881. OLE color: 11815881.

HSL color Cylindrical-coordinate representation of color #C94BB4: hue angle of 310º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94BB4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 75 180 -
CMYK 0 0.63 0.10 0.21
HSL 310º 0.54% 0.54% -
HSV(B) 310º 0.63% 0.79% -
XYZ 34.84 20.74 45.35 -
YUV 124.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 201 75 180 0 0.63 0.10 0.21 310 0.54 0.54
Hex C9 4B B4 0 3F A 15 136 36 36
Octal 311 113 264 0 77 12 25 466 66 66
Binary 11001001 1001011 10110100 0 111111 1010 10101 100110110 110110 110110

Color Harmonies of #C94BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94BB4

Black with #C94BB4

Text Example


Text Example

White with #C94BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94BB4; }

 p { color: rgb(201,75,180); }

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

background-color css

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

 a { background-color: rgb(201,75,180); }

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

border-color css

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

 span { border-color: rgb(201,75,180); }

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