Html Css Color HEX #C062B7 Fuchsia

📋 copy color: '#C062B7'

red 192 ◦ green 98 ◦ blue 183

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

Shades of Fuchsia #C062B7

Tints of Fuchsia #C062B7

RGB

 RED value IS 192 (75.39% from 255) = 40.59%

 GREEN value IS 98 (38.67% from 255) = 20.72%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 40.59%
G = 20.72%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C062B7 (or 0xC062B7) is known color: Fuchsia. HEX triplet: C0, 62 and B7. RGB value is (192,98,183). Sum of RGB (Red+Green+Blue) = 192+98+183=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C062B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062B7 is #3F9D48. Grayscale: #878787. Windows color (decimal): -4169033 or 12018368. OLE color: 12018368.

HSL color Cylindrical-coordinate representation of color #C062B7: hue angle of 305.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C062B7 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 98 183 -
CMYK 0 0.49 0.05 0.25
HSL 305.74º 0.43% 0.57% -
HSV(B) 305.74º 0.49% 0.75% -
XYZ 34.65 23.36 47.48 -
YUV 135.8 154.64 168.09 -
System Red Green Blue C M Y K H S L
Decimal 192 98 183 0 0.49 0.05 0.25 305.74 0.43 0.57
Hex C0 62 B7 0 31 5 19 132 2B 39
Octal 300 142 267 0 61 5 31 462 53 71
Binary 11000000 1100010 10110111 0 110001 101 11001 100110010 101011 111001

Color Harmonies of #C062B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062B7

Black with #C062B7

Text Example


Text Example

White with #C062B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062B7; }

 p { color: rgb(192,98,183); }

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

background-color css

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

 a { background-color: rgb(192,98,183); }

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

border-color css

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

 span { border-color: rgb(192,98,183); }

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