Html Css Color HEX #C227B7 Deep Magenta

📋 copy color: '#C227B7'

red 194 ◦ green 39 ◦ blue 183

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

Shades of Deep Magenta #C227B7

Tints of Deep Magenta #C227B7

RGB

 RED value IS 194 (76.17% from 255) = 46.63%

 GREEN value IS 39 (15.63% from 255) = 9.38%

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

R = 46.63%
G = 9.38%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C227B7 (or 0xC227B7) is known color: Deep Magenta. HEX triplet: C2, 27 and B7. RGB value is (194,39,183). Sum of RGB (Red+Green+Blue) = 194+39+183=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C227B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C227B7 is #3DD848. Grayscale: #656565. Windows color (decimal): -4053065 or 12003266. OLE color: 12003266.

HSL color Cylindrical-coordinate representation of color #C227B7: hue angle of 304.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227B7 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 183 -
CMYK 0 0.80 0.06 0.24
HSL 304.26º 0.67% 0.46% -
HSV(B) 304.26º 0.8% 0.76% -
XYZ 31.52 16.34 46.29 -
YUV 101.76 173.85 193.79 -
System Red Green Blue C M Y K H S L
Decimal 194 39 183 0 0.80 0.06 0.24 304.26 0.67 0.46
Hex C2 27 B7 0 50 6 18 130 43 2E
Octal 302 47 267 0 120 6 30 460 103 56
Binary 11000010 100111 10110111 0 1010000 110 11000 100110000 1000011 101110

Color Harmonies of #C227B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227B7

Black with #C227B7

Text Example


Text Example

White with #C227B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227B7; }

 p { color: rgb(194,39,183); }

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

background-color css

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

 a { background-color: rgb(194,39,183); }

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

border-color css

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

 span { border-color: rgb(194,39,183); }

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