Html Css Color HEX #CB4CBC Fuchsia

📋 copy color: '#CB4CBC'

red 203 ◦ green 76 ◦ blue 188

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

Shades of Fuchsia #CB4CBC

Tints of Fuchsia #CB4CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.27%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 43.47%
G = 16.27%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CB4CBC (or 0xCB4CBC) is known color: Fuchsia. HEX triplet: CB, 4C and BC. RGB value is (203,76,188). Sum of RGB (Red+Green+Blue) = 203+76+188=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CBC is #34B343. Grayscale: #7E7E7E. Windows color (decimal): -3453764 or 12340427. OLE color: 12340427.

HSL color Cylindrical-coordinate representation of color #CB4CBC: hue angle of 307.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CBC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 76 188 -
CMYK 0 0.63 0.07 0.20
HSL 307.09º 0.55% 0.55% -
HSV(B) 307.09º 0.63% 0.8% -
XYZ 36.29 21.5 49.81 -
YUV 126.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 203 76 188 0 0.63 0.07 0.20 307.09 0.55 0.55
Hex CB 4C BC 0 3F 7 14 133 37 37
Octal 313 114 274 0 77 7 24 463 67 67
Binary 11001011 1001100 10111100 0 111111 111 10100 100110011 110111 110111

Color Harmonies of #CB4CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4CBC

Black with #CB4CBC

Text Example


Text Example

White with #CB4CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4CBC; }

 p { color: rgb(203,76,188); }

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

background-color css

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

 a { background-color: rgb(203,76,188); }

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

border-color css

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

 span { border-color: rgb(203,76,188); }

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