Html Css Color HEX #CB38B0 Fuchsia

📋 copy color: '#CB38B0'

red 203 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #CB38B0

Tints of Fuchsia #CB38B0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.87%

 BLUE value IS 176 (69.14% from 255) = 40.46%

R = 46.67%
G = 12.87%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CB38B0 (or 0xCB38B0) is known color: Fuchsia. HEX triplet: CB, 38 and B0. RGB value is (203,56,176). Sum of RGB (Red+Green+Blue) = 203+56+176=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38B0 is #34C74F. Grayscale: #717171. Windows color (decimal): -3458896 or 11548875. OLE color: 11548875.

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

Color convert

RGB 203 56 176 -
CMYK 0 0.72 0.13 0.20
HSL 311.02º 0.59% 0.51% -
HSV(B) 311.02º 0.72% 0.8% -
XYZ 33.88 18.66 42.89 -
YUV 113.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 203 56 176 0 0.72 0.13 0.20 311.02 0.59 0.51
Hex CB 38 B0 0 48 D 14 137 3B 33
Octal 313 70 260 0 110 15 24 467 73 63
Binary 11001011 111000 10110000 0 1001000 1101 10100 100110111 111011 110011

Color Harmonies of #CB38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38B0

Black with #CB38B0

Text Example


Text Example

White with #CB38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38B0; }

 p { color: rgb(203,56,176); }

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

background-color css

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

 a { background-color: rgb(203,56,176); }

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

border-color css

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

 span { border-color: rgb(203,56,176); }

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