Html Css Color HEX #CB38B2 Fuchsia

📋 copy color: '#CB38B2'

red 203 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #CB38B2

Tints of Fuchsia #CB38B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 46.45%
G = 12.81%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CB38B2 (or 0xCB38B2) is known color: Fuchsia. HEX triplet: CB, 38 and B2. RGB value is (203,56,178). Sum of RGB (Red+Green+Blue) = 203+56+178=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38B2 is #34C74D. Grayscale: #717171. Windows color (decimal): -3458894 or 11679947. OLE color: 11679947.

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

Color convert

RGB 203 56 178 -
CMYK 0 0.72 0.12 0.20
HSL 310.2º 0.59% 0.51% -
HSV(B) 310.2º 0.72% 0.8% -
XYZ 34.08 18.74 43.94 -
YUV 113.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 203 56 178 0 0.72 0.12 0.20 310.2 0.59 0.51
Hex CB 38 B2 0 48 C 14 136 3B 33
Octal 313 70 262 0 110 14 24 466 73 63
Binary 11001011 111000 10110010 0 1001000 1100 10100 100110110 111011 110011

Color Harmonies of #CB38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB38B2

Black with #CB38B2

Text Example


Text Example

White with #CB38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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