Html Css Color HEX #C744CB Fuchsia

📋 copy color: '#C744CB'

red 199 ◦ green 68 ◦ blue 203

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

Shades of Fuchsia #C744CB

Tints of Fuchsia #C744CB

RGB

 RED value IS 199 (78.13% from 255) = 42.34%

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

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

R = 42.34%
G = 14.47%
B = 43.19%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C744CB (or 0xC744CB) is known color: Fuchsia. HEX triplet: C7, 44 and CB. RGB value is (199,68,203). Sum of RGB (Red+Green+Blue) = 199+68+203=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #C744CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744CB is #38BB34. Grayscale: #7A7A7A. Windows color (decimal): -3717941 or 13321415. OLE color: 13321415.

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

Color convert

RGB 199 68 203 -
CMYK 0.02 0.67 0 0.20
HSL 298.22º 0.56% 0.53% -
HSV(B) 298.22º 0.67% 0.8% -
XYZ 36.4 20.59 58.56 -
YUV 122.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 199 68 203 0.02 0.67 0 0.20 298.22 0.56 0.53
Hex C7 44 CB 2 43 0 14 12A 38 35
Octal 307 104 313 2 103 0 24 452 70 65
Binary 11000111 1000100 11001011 10 1000011 0 10100 100101010 111000 110101

Color Harmonies of #C744CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C744CB

Black with #C744CB

Text Example


Text Example

White with #C744CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C744CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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