Html Css Color HEX #C742CB Fuchsia

📋 copy color: '#C742CB'

red 199 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #C742CB

Tints of Fuchsia #C742CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.1%

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

R = 42.52%
G = 14.1%
B = 43.38%

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

#C742CB (or 0xC742CB) is known color: Fuchsia. HEX triplet: C7, 42 and CB. RGB value is (199,66,203). Sum of RGB (Red+Green+Blue) = 199+66+203=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C742CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742CB is #38BD34. Grayscale: #787878. Windows color (decimal): -3718453 or 13320903. OLE color: 13320903.

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

Color convert

RGB 199 66 203 -
CMYK 0.02 0.67 0 0.20
HSL 298.25º 0.57% 0.53% -
HSV(B) 298.25º 0.67% 0.8% -
XYZ 36.28 20.35 58.52 -
YUV 121.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 199 66 203 0.02 0.67 0 0.20 298.25 0.57 0.53
Hex C7 42 CB 2 43 0 14 12A 39 35
Octal 307 102 313 2 103 0 24 452 71 65
Binary 11000111 1000010 11001011 10 1000011 0 10100 100101010 111001 110101

Color Harmonies of #C742CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C742CB

Black with #C742CB

Text Example


Text Example

White with #C742CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C742CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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