Html Css Color HEX #C944CB Fuchsia

📋 copy color: '#C944CB'

red 201 ◦ green 68 ◦ blue 203

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

Shades of Fuchsia #C944CB

Tints of Fuchsia #C944CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

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

R = 42.58%
G = 14.41%
B = 43.01%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C944CB (or 0xC944CB) is known color: Fuchsia. HEX triplet: C9, 44 and CB. RGB value is (201,68,203). Sum of RGB (Red+Green+Blue) = 201+68+203=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C944CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CB is #36BB34. Grayscale: #7A7A7A. Windows color (decimal): -3586869 or 13321417. OLE color: 13321417.

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

Color convert

RGB 201 68 203 -
CMYK 0.01 0.67 0 0.20
HSL 299.11º 0.56% 0.53% -
HSV(B) 299.11º 0.67% 0.8% -
XYZ 36.93 20.86 58.58 -
YUV 123.16 173.06 183.52 -
System Red Green Blue C M Y K H S L
Decimal 201 68 203 0.01 0.67 0 0.20 299.11 0.56 0.53
Hex C9 44 CB 1 43 0 14 12B 38 35
Octal 311 104 313 1 103 0 24 453 70 65
Binary 11001001 1000100 11001011 1 1000011 0 10100 100101011 111000 110101

Color Harmonies of #C944CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C944CB

Black with #C944CB

Text Example


Text Example

White with #C944CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C944CB; }

 p { color: rgb(201,68,203); }

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

background-color css

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

 a { background-color: rgb(201,68,203); }

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

border-color css

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

 span { border-color: rgb(201,68,203); }

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