Html Css Color HEX #C943CB Fuchsia

📋 copy color: '#C943CB'

red 201 ◦ green 67 ◦ blue 203

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

Shades of Fuchsia #C943CB

Tints of Fuchsia #C943CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.23%

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

R = 42.68%
G = 14.23%
B = 43.1%

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

#C943CB (or 0xC943CB) is known color: Fuchsia. HEX triplet: C9, 43 and CB. RGB value is (201,67,203). Sum of RGB (Red+Green+Blue) = 201+67+203=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C943CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C943CB is #36BC34. Grayscale: #7A7A7A. Windows color (decimal): -3587125 or 13321161. OLE color: 13321161.

HSL color Cylindrical-coordinate representation of color #C943CB: hue angle of 299.12º degrees, saturation: 0.57, 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 #C943CB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 67 203 -
CMYK 0.01 0.67 0 0.20
HSL 299.12º 0.57% 0.53% -
HSV(B) 299.12º 0.67% 0.8% -
XYZ 36.87 20.74 58.56 -
YUV 122.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 201 67 203 0.01 0.67 0 0.20 299.12 0.57 0.53
Hex C9 43 CB 1 43 0 14 12B 39 35
Octal 311 103 313 1 103 0 24 453 71 65
Binary 11001001 1000011 11001011 1 1000011 0 10100 100101011 111001 110101

Color Harmonies of #C943CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C943CB

Black with #C943CB

Text Example


Text Example

White with #C943CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C943CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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