Html Css Color HEX #CB62B3 Fuchsia

📋 copy color: '#CB62B3'

red 203 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #CB62B3

Tints of Fuchsia #CB62B3

RGB

 RED value IS 203 (79.69% from 255) = 42.29%

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 42.29%
G = 20.42%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB62B3 (or 0xCB62B3) is known color: Fuchsia. HEX triplet: CB, 62 and B3. RGB value is (203,98,179). Sum of RGB (Red+Green+Blue) = 203+98+179=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62B3 is #349D4C. Grayscale: #8A8A8A. Windows color (decimal): -3448141 or 11756235. OLE color: 11756235.

HSL color Cylindrical-coordinate representation of color #CB62B3: hue angle of 313.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB62B3 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 98 179 -
CMYK 0 0.52 0.12 0.20
HSL 313.71º 0.5% 0.59% -
HSV(B) 313.71º 0.52% 0.8% -
XYZ 37.13 24.69 45.46 -
YUV 138.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 203 98 179 0 0.52 0.12 0.20 313.71 0.5 0.59
Hex CB 62 B3 0 34 C 14 13A 32 3B
Octal 313 142 263 0 64 14 24 472 62 73
Binary 11001011 1100010 10110011 0 110100 1100 10100 100111010 110010 111011

Color Harmonies of #CB62B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB62B3

Black with #CB62B3

Text Example


Text Example

White with #CB62B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB62B3; }

 p { color: rgb(203,98,179); }

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

background-color css

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

 a { background-color: rgb(203,98,179); }

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

border-color css

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

 span { border-color: rgb(203,98,179); }

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